Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-10976 (GCVE-0-2024-10976)
Vulnerability from cvelistv5
- CWE-1250 - Improper Preservation of Consistency Between Independent Representations of Shared State
Vendor | Product | Version | ||
---|---|---|---|---|
n/a | PostgreSQL |
Version: 17 < 17.1 Version: 16 < 16.5 Version: 15 < 15.9 Version: 14 < 14.14 Version: 13 < 13.17 Version: 0 < 12.21 |
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-10976", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-11-14T18:53:41.183245Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-11-14T19:32:17.213Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2025-05-09T20:03:32.584Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "https://security.netapp.com/advisory/ntap-20250509-0010/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "PostgreSQL", "vendor": "n/a", "versions": [ { "lessThan": "17.1", "status": "affected", "version": "17", "versionType": "rpm" }, { "lessThan": "16.5", "status": "affected", "version": "16", "versionType": "rpm" }, { "lessThan": "15.9", "status": "affected", "version": "15", "versionType": "rpm" }, { "lessThan": "14.14", "status": "affected", "version": "14", "versionType": "rpm" }, { "lessThan": "13.17", "status": "affected", "version": "13", "versionType": "rpm" }, { "lessThan": "12.21", "status": "affected", "version": "0", "versionType": "rpm" } ] } ], "configurations": [ { "lang": "en", "value": "application uses row security policies that react to the current role, and one database session reaches the same query via multiple roles" } ], "credits": [ { "lang": "en", "value": "The PostgreSQL project thanks Wolfgang Walther for reporting this problem." } ], "descriptions": [ { "lang": "en", "value": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected." } ], "metrics": [ { "cvssV3_1": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "format": "CVSS" } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-1250", "description": "Improper Preservation of Consistency Between Independent Representations of Shared State", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-11-14T13:00:01.930Z", "orgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "shortName": "PostgreSQL" }, "references": [ { "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" } ], "title": "PostgreSQL row security below e.g. subqueries disregards user ID changes" } }, "cveMetadata": { "assignerOrgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "assignerShortName": "PostgreSQL", "cveId": "CVE-2024-10976", "datePublished": "2024-11-14T13:00:01.930Z", "dateReserved": "2024-11-07T19:27:02.623Z", "dateUpdated": "2025-05-09T20:03:32.584Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-10976\",\"sourceIdentifier\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"published\":\"2024-11-14T13:15:03.793\",\"lastModified\":\"2025-05-09T20:15:37.933\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.\"},{\"lang\":\"es\",\"value\":\"El seguimiento incompleto en PostgreSQL de tablas con seguridad de filas permite que una consulta reutilizada vea o cambie filas diferentes a las previstas. CVE-2023-2455 y CVE-2016-2193 solucionaron la mayor\u00eda de las interacciones entre la seguridad de filas y los cambios de ID de usuario. Pasaron por alto los casos en los que una subconsulta, una consulta WITH, una vista de invocador de seguridad o una funci\u00f3n de lenguaje SQL hace referencia a una tabla con una pol\u00edtica de seguridad a nivel de fila. Esto tiene las mismas consecuencias que las dos CVE anteriores. Es decir, conduce a la aplicaci\u00f3n de pol\u00edticas potencialmente incorrectas en los casos en los que se utilizan pol\u00edticas espec\u00edficas de roles y se planifica una consulta determinada bajo un rol y luego se ejecuta bajo otros roles. Este escenario puede ocurrir bajo funciones de definidor de seguridad o cuando se planifica inicialmente un usuario y una consulta comunes y luego se reutilizan en varios SET ROLE. La aplicaci\u00f3n de una pol\u00edtica incorrecta puede permitir que un usuario complete lecturas y modificaciones que de otro modo estar\u00edan prohibidas. Esto afecta solo a las bases de datos que han utilizado CREATE POLICY para definir una pol\u00edtica de seguridad de filas. Un atacante debe adaptar un ataque al patr\u00f3n de reutilizaci\u00f3n de planes de consulta, cambios de ID de usuario y pol\u00edticas de seguridad de filas espec\u00edficas de roles de una aplicaci\u00f3n en particular. Las versiones anteriores a PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17 y 12.21 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:L/A:N\",\"baseScore\":4.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.6,\"impactScore\":2.5},{\"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:L/A:N\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1250\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"12.0\",\"versionEndExcluding\":\"12.21\",\"matchCriteriaId\":\"433D59A0-8811-4DDB-A9F7-D85C62F905CC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"13.0\",\"versionEndExcluding\":\"13.17\",\"matchCriteriaId\":\"380F8048-FBE5-4606-93A3-915CFD229317\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"14.0\",\"versionEndExcluding\":\"14.14\",\"matchCriteriaId\":\"FACF31C7-3B20-4BAE-A596-9C59D67406D8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"15.0\",\"versionEndExcluding\":\"15.9\",\"matchCriteriaId\":\"DF12F1A2-3179-4DAC-B728-038B94954DC7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"16.0\",\"versionEndExcluding\":\"16.5\",\"matchCriteriaId\":\"353CBD91-FC28-4DA3-B79A-F4F4DC80FA93\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"17.0\",\"versionEndExcluding\":\"17.1\",\"matchCriteriaId\":\"DCEB2049-EB8A-4703-B3FF-FC641623ED2C\"}]}]}],\"references\":[{\"url\":\"https://www.postgresql.org/support/security/CVE-2024-10976/\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250509-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250509-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-05-09T20:03:32.584Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-10976\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-11-14T18:53:41.183245Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-11-14T18:54:22.272Z\"}}], \"cna\": {\"title\": \"PostgreSQL row security below e.g. subqueries disregards user ID changes\", \"credits\": [{\"lang\": \"en\", \"value\": \"The PostgreSQL project thanks Wolfgang Walther for reporting this problem.\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 4.2, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N\"}}], \"affected\": [{\"vendor\": \"n/a\", \"product\": \"PostgreSQL\", \"versions\": [{\"status\": \"affected\", \"version\": \"17\", \"lessThan\": \"17.1\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"16\", \"lessThan\": \"16.5\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"15\", \"lessThan\": \"15.9\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"14\", \"lessThan\": \"14.14\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"13\", \"lessThan\": \"13.17\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"12.21\", \"versionType\": \"rpm\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://www.postgresql.org/support/security/CVE-2024-10976/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1250\", \"description\": \"Improper Preservation of Consistency Between Independent Representations of Shared State\"}]}], \"configurations\": [{\"lang\": \"en\", \"value\": \"application uses row security policies that react to the current role, and one database session reaches the same query via multiple roles\"}], \"providerMetadata\": {\"orgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"shortName\": \"PostgreSQL\", \"dateUpdated\": \"2024-11-14T13:00:01.930Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-10976\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-09T20:03:32.584Z\", \"dateReserved\": \"2024-11-07T19:27:02.623Z\", \"assignerOrgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"datePublished\": \"2024-11-14T13:00:01.930Z\", \"assignerShortName\": \"PostgreSQL\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
opensuse-su-2024:14501-1
Vulnerability from csaf_opensuse
Notes
{ "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": "postgresql12-12.21-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql12-12.21-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14501", "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/opensuse-su-2024_14501-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "postgresql12-12.21-1.1 on GA media", "tracking": { "current_release_date": "2024-11-15T00:00:00Z", "generator": { "date": "2024-11-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14501-1", "initial_release_date": "2024-11-15T00:00:00Z", "revision_history": [ { "date": "2024-11-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql12-12.21-1.1.aarch64", "product": { "name": "postgresql12-12.21-1.1.aarch64", "product_id": "postgresql12-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.21-1.1.aarch64", "product": { "name": "postgresql12-contrib-12.21-1.1.aarch64", "product_id": "postgresql12-contrib-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-devel-12.21-1.1.aarch64", "product": { "name": "postgresql12-devel-12.21-1.1.aarch64", "product_id": "postgresql12-devel-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-docs-12.21-1.1.aarch64", "product": { "name": "postgresql12-docs-12.21-1.1.aarch64", "product_id": "postgresql12-docs-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.21-1.1.aarch64", "product": { "name": "postgresql12-llvmjit-12.21-1.1.aarch64", "product_id": "postgresql12-llvmjit-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.21-1.1.aarch64", "product": { "name": "postgresql12-llvmjit-devel-12.21-1.1.aarch64", "product_id": "postgresql12-llvmjit-devel-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.21-1.1.aarch64", "product": { "name": "postgresql12-plperl-12.21-1.1.aarch64", "product_id": "postgresql12-plperl-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.21-1.1.aarch64", "product": { "name": "postgresql12-plpython-12.21-1.1.aarch64", "product_id": "postgresql12-plpython-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.21-1.1.aarch64", "product": { "name": "postgresql12-pltcl-12.21-1.1.aarch64", "product_id": "postgresql12-pltcl-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-12.21-1.1.aarch64", "product": { "name": "postgresql12-server-12.21-1.1.aarch64", "product_id": "postgresql12-server-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.21-1.1.aarch64", "product": { "name": "postgresql12-server-devel-12.21-1.1.aarch64", "product_id": "postgresql12-server-devel-12.21-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-test-12.21-1.1.aarch64", "product": { "name": "postgresql12-test-12.21-1.1.aarch64", "product_id": "postgresql12-test-12.21-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.21-1.1.ppc64le", "product": { "name": "postgresql12-12.21-1.1.ppc64le", "product_id": "postgresql12-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-contrib-12.21-1.1.ppc64le", "product": { "name": "postgresql12-contrib-12.21-1.1.ppc64le", "product_id": "postgresql12-contrib-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-devel-12.21-1.1.ppc64le", "product": { "name": "postgresql12-devel-12.21-1.1.ppc64le", "product_id": "postgresql12-devel-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-docs-12.21-1.1.ppc64le", "product": { "name": "postgresql12-docs-12.21-1.1.ppc64le", "product_id": "postgresql12-docs-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.21-1.1.ppc64le", "product": { "name": "postgresql12-llvmjit-12.21-1.1.ppc64le", "product_id": "postgresql12-llvmjit-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "product": { "name": "postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "product_id": "postgresql12-llvmjit-devel-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plperl-12.21-1.1.ppc64le", "product": { "name": "postgresql12-plperl-12.21-1.1.ppc64le", "product_id": "postgresql12-plperl-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plpython-12.21-1.1.ppc64le", "product": { "name": "postgresql12-plpython-12.21-1.1.ppc64le", "product_id": "postgresql12-plpython-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.21-1.1.ppc64le", "product": { "name": "postgresql12-pltcl-12.21-1.1.ppc64le", "product_id": "postgresql12-pltcl-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-12.21-1.1.ppc64le", "product": { "name": "postgresql12-server-12.21-1.1.ppc64le", "product_id": "postgresql12-server-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.21-1.1.ppc64le", "product": { "name": "postgresql12-server-devel-12.21-1.1.ppc64le", "product_id": "postgresql12-server-devel-12.21-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-test-12.21-1.1.ppc64le", "product": { "name": "postgresql12-test-12.21-1.1.ppc64le", "product_id": "postgresql12-test-12.21-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.21-1.1.s390x", "product": { "name": "postgresql12-12.21-1.1.s390x", "product_id": "postgresql12-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-contrib-12.21-1.1.s390x", "product": { "name": "postgresql12-contrib-12.21-1.1.s390x", "product_id": "postgresql12-contrib-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-devel-12.21-1.1.s390x", "product": { "name": "postgresql12-devel-12.21-1.1.s390x", "product_id": "postgresql12-devel-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-docs-12.21-1.1.s390x", "product": { "name": "postgresql12-docs-12.21-1.1.s390x", "product_id": "postgresql12-docs-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.21-1.1.s390x", "product": { "name": "postgresql12-llvmjit-12.21-1.1.s390x", "product_id": "postgresql12-llvmjit-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.21-1.1.s390x", "product": { "name": "postgresql12-llvmjit-devel-12.21-1.1.s390x", "product_id": "postgresql12-llvmjit-devel-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plperl-12.21-1.1.s390x", "product": { "name": "postgresql12-plperl-12.21-1.1.s390x", "product_id": "postgresql12-plperl-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plpython-12.21-1.1.s390x", "product": { "name": "postgresql12-plpython-12.21-1.1.s390x", "product_id": "postgresql12-plpython-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.21-1.1.s390x", "product": { "name": "postgresql12-pltcl-12.21-1.1.s390x", "product_id": "postgresql12-pltcl-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-12.21-1.1.s390x", "product": { "name": "postgresql12-server-12.21-1.1.s390x", "product_id": "postgresql12-server-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.21-1.1.s390x", "product": { "name": "postgresql12-server-devel-12.21-1.1.s390x", "product_id": "postgresql12-server-devel-12.21-1.1.s390x" } }, { "category": "product_version", "name": "postgresql12-test-12.21-1.1.s390x", "product": { "name": "postgresql12-test-12.21-1.1.s390x", "product_id": "postgresql12-test-12.21-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.21-1.1.x86_64", "product": { "name": "postgresql12-12.21-1.1.x86_64", "product_id": "postgresql12-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.21-1.1.x86_64", "product": { "name": "postgresql12-contrib-12.21-1.1.x86_64", "product_id": "postgresql12-contrib-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-devel-12.21-1.1.x86_64", "product": { "name": "postgresql12-devel-12.21-1.1.x86_64", "product_id": "postgresql12-devel-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-docs-12.21-1.1.x86_64", "product": { "name": "postgresql12-docs-12.21-1.1.x86_64", "product_id": "postgresql12-docs-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.21-1.1.x86_64", "product": { "name": "postgresql12-llvmjit-12.21-1.1.x86_64", "product_id": "postgresql12-llvmjit-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.21-1.1.x86_64", "product": { "name": "postgresql12-llvmjit-devel-12.21-1.1.x86_64", "product_id": "postgresql12-llvmjit-devel-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.21-1.1.x86_64", "product": { "name": "postgresql12-plperl-12.21-1.1.x86_64", "product_id": "postgresql12-plperl-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.21-1.1.x86_64", "product": { "name": "postgresql12-plpython-12.21-1.1.x86_64", "product_id": "postgresql12-plpython-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.21-1.1.x86_64", "product": { "name": "postgresql12-pltcl-12.21-1.1.x86_64", "product_id": "postgresql12-pltcl-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-12.21-1.1.x86_64", "product": { "name": "postgresql12-server-12.21-1.1.x86_64", "product_id": "postgresql12-server-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.21-1.1.x86_64", "product": { "name": "postgresql12-server-devel-12.21-1.1.x86_64", "product_id": "postgresql12-server-devel-12.21-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-test-12.21-1.1.x86_64", "product": { "name": "postgresql12-test-12.21-1.1.x86_64", "product_id": "postgresql12-test-12.21-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64" }, "product_reference": "postgresql12-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x" }, "product_reference": "postgresql12-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64" }, "product_reference": "postgresql12-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64" }, "product_reference": "postgresql12-contrib-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x" }, "product_reference": "postgresql12-contrib-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64" }, "product_reference": "postgresql12-contrib-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64" }, "product_reference": "postgresql12-devel-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-devel-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x" }, "product_reference": "postgresql12-devel-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64" }, "product_reference": "postgresql12-devel-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64" }, "product_reference": "postgresql12-docs-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-docs-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x" }, "product_reference": "postgresql12-docs-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64" }, "product_reference": "postgresql12-docs-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64" }, "product_reference": "postgresql12-llvmjit-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x" }, "product_reference": "postgresql12-llvmjit-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64" }, "product_reference": "postgresql12-llvmjit-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64" }, "product_reference": "postgresql12-llvmjit-devel-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x" }, "product_reference": "postgresql12-llvmjit-devel-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64" }, "product_reference": "postgresql12-llvmjit-devel-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64" }, "product_reference": "postgresql12-plperl-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x" }, "product_reference": "postgresql12-plperl-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64" }, "product_reference": "postgresql12-plperl-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64" }, "product_reference": "postgresql12-plpython-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x" }, "product_reference": "postgresql12-plpython-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64" }, "product_reference": "postgresql12-plpython-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x" }, "product_reference": "postgresql12-pltcl-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64" }, "product_reference": "postgresql12-server-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-server-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x" }, "product_reference": "postgresql12-server-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64" }, "product_reference": "postgresql12-server-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x" }, "product_reference": "postgresql12-server-devel-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.21-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64" }, "product_reference": "postgresql12-test-12.21-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.21-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le" }, "product_reference": "postgresql12-test-12.21-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.21-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x" }, "product_reference": "postgresql12-test-12.21-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.21-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" }, "product_reference": "postgresql12-test-12.21-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "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": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "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": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "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": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "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": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql12-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-contrib-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-docs-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-llvmjit-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plperl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-plpython-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-pltcl-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-server-devel-12.21-1.1.x86_64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.aarch64", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.ppc64le", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.s390x", "openSUSE Tumbleweed:postgresql12-test-12.21-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
opensuse-su-2024:14504-1
Vulnerability from csaf_opensuse
Notes
{ "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": "postgresql15-15.9-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql15-15.9-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14504", "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/opensuse-su-2024_14504-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "postgresql15-15.9-1.1 on GA media", "tracking": { "current_release_date": "2024-11-15T00:00:00Z", "generator": { "date": "2024-11-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14504-1", "initial_release_date": "2024-11-15T00:00:00Z", "revision_history": [ { "date": "2024-11-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.9-1.1.aarch64", "product": { "name": "postgresql15-15.9-1.1.aarch64", "product_id": "postgresql15-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.9-1.1.aarch64", "product": { "name": "postgresql15-contrib-15.9-1.1.aarch64", "product_id": "postgresql15-contrib-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.9-1.1.aarch64", "product": { "name": "postgresql15-devel-15.9-1.1.aarch64", "product_id": "postgresql15-devel-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-docs-15.9-1.1.aarch64", "product": { "name": "postgresql15-docs-15.9-1.1.aarch64", "product_id": "postgresql15-docs-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.9-1.1.aarch64", "product": { "name": "postgresql15-llvmjit-15.9-1.1.aarch64", "product_id": "postgresql15-llvmjit-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.9-1.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.9-1.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.9-1.1.aarch64", "product": { "name": "postgresql15-plperl-15.9-1.1.aarch64", "product_id": "postgresql15-plperl-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.9-1.1.aarch64", "product": { "name": "postgresql15-plpython-15.9-1.1.aarch64", "product_id": "postgresql15-plpython-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.9-1.1.aarch64", "product": { "name": "postgresql15-pltcl-15.9-1.1.aarch64", "product_id": "postgresql15-pltcl-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.9-1.1.aarch64", "product": { "name": "postgresql15-server-15.9-1.1.aarch64", "product_id": "postgresql15-server-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.9-1.1.aarch64", "product": { "name": "postgresql15-server-devel-15.9-1.1.aarch64", "product_id": "postgresql15-server-devel-15.9-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.9-1.1.aarch64", "product": { "name": "postgresql15-test-15.9-1.1.aarch64", "product_id": "postgresql15-test-15.9-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.9-1.1.ppc64le", "product": { "name": "postgresql15-15.9-1.1.ppc64le", "product_id": "postgresql15-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.9-1.1.ppc64le", "product": { "name": "postgresql15-contrib-15.9-1.1.ppc64le", "product_id": "postgresql15-contrib-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.9-1.1.ppc64le", "product": { "name": "postgresql15-devel-15.9-1.1.ppc64le", "product_id": "postgresql15-devel-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-docs-15.9-1.1.ppc64le", "product": { "name": "postgresql15-docs-15.9-1.1.ppc64le", "product_id": "postgresql15-docs-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.9-1.1.ppc64le", "product": { "name": "postgresql15-llvmjit-15.9-1.1.ppc64le", "product_id": "postgresql15-llvmjit-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.9-1.1.ppc64le", "product": { "name": "postgresql15-plperl-15.9-1.1.ppc64le", "product_id": "postgresql15-plperl-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.9-1.1.ppc64le", "product": { "name": "postgresql15-plpython-15.9-1.1.ppc64le", "product_id": "postgresql15-plpython-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.9-1.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.9-1.1.ppc64le", "product_id": "postgresql15-pltcl-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.9-1.1.ppc64le", "product": { "name": "postgresql15-server-15.9-1.1.ppc64le", "product_id": "postgresql15-server-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.9-1.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.9-1.1.ppc64le", "product_id": "postgresql15-server-devel-15.9-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.9-1.1.ppc64le", "product": { "name": "postgresql15-test-15.9-1.1.ppc64le", "product_id": "postgresql15-test-15.9-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.9-1.1.s390x", "product": { "name": "postgresql15-15.9-1.1.s390x", "product_id": "postgresql15-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.9-1.1.s390x", "product": { "name": "postgresql15-contrib-15.9-1.1.s390x", "product_id": "postgresql15-contrib-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.9-1.1.s390x", "product": { "name": "postgresql15-devel-15.9-1.1.s390x", "product_id": "postgresql15-devel-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-docs-15.9-1.1.s390x", "product": { "name": "postgresql15-docs-15.9-1.1.s390x", "product_id": "postgresql15-docs-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.9-1.1.s390x", "product": { "name": "postgresql15-llvmjit-15.9-1.1.s390x", "product_id": "postgresql15-llvmjit-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.9-1.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.9-1.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.9-1.1.s390x", "product": { "name": "postgresql15-plperl-15.9-1.1.s390x", "product_id": "postgresql15-plperl-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.9-1.1.s390x", "product": { "name": "postgresql15-plpython-15.9-1.1.s390x", "product_id": "postgresql15-plpython-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.9-1.1.s390x", "product": { "name": "postgresql15-pltcl-15.9-1.1.s390x", "product_id": "postgresql15-pltcl-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.9-1.1.s390x", "product": { "name": "postgresql15-server-15.9-1.1.s390x", "product_id": "postgresql15-server-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.9-1.1.s390x", "product": { "name": "postgresql15-server-devel-15.9-1.1.s390x", "product_id": "postgresql15-server-devel-15.9-1.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.9-1.1.s390x", "product": { "name": "postgresql15-test-15.9-1.1.s390x", "product_id": "postgresql15-test-15.9-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.9-1.1.x86_64", "product": { "name": "postgresql15-15.9-1.1.x86_64", "product_id": "postgresql15-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.9-1.1.x86_64", "product": { "name": "postgresql15-contrib-15.9-1.1.x86_64", "product_id": "postgresql15-contrib-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.9-1.1.x86_64", "product": { "name": "postgresql15-devel-15.9-1.1.x86_64", "product_id": "postgresql15-devel-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-docs-15.9-1.1.x86_64", "product": { "name": "postgresql15-docs-15.9-1.1.x86_64", "product_id": "postgresql15-docs-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.9-1.1.x86_64", "product": { "name": "postgresql15-llvmjit-15.9-1.1.x86_64", "product_id": "postgresql15-llvmjit-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.9-1.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.9-1.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.9-1.1.x86_64", "product": { "name": "postgresql15-plperl-15.9-1.1.x86_64", "product_id": "postgresql15-plperl-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.9-1.1.x86_64", "product": { "name": "postgresql15-plpython-15.9-1.1.x86_64", "product_id": "postgresql15-plpython-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.9-1.1.x86_64", "product": { "name": "postgresql15-pltcl-15.9-1.1.x86_64", "product_id": "postgresql15-pltcl-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.9-1.1.x86_64", "product": { "name": "postgresql15-server-15.9-1.1.x86_64", "product_id": "postgresql15-server-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.9-1.1.x86_64", "product": { "name": "postgresql15-server-devel-15.9-1.1.x86_64", "product_id": "postgresql15-server-devel-15.9-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.9-1.1.x86_64", "product": { "name": "postgresql15-test-15.9-1.1.x86_64", "product_id": "postgresql15-test-15.9-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64" }, "product_reference": "postgresql15-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x" }, "product_reference": "postgresql15-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64" }, "product_reference": "postgresql15-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64" }, "product_reference": "postgresql15-contrib-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x" }, "product_reference": "postgresql15-contrib-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64" }, "product_reference": "postgresql15-contrib-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64" }, "product_reference": "postgresql15-devel-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-devel-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x" }, "product_reference": "postgresql15-devel-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64" }, "product_reference": "postgresql15-devel-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64" }, "product_reference": "postgresql15-docs-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-docs-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x" }, "product_reference": "postgresql15-docs-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64" }, "product_reference": "postgresql15-docs-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64" }, "product_reference": "postgresql15-llvmjit-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x" }, "product_reference": "postgresql15-llvmjit-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64" }, "product_reference": "postgresql15-llvmjit-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64" }, "product_reference": "postgresql15-llvmjit-devel-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x" }, "product_reference": "postgresql15-llvmjit-devel-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64" }, "product_reference": "postgresql15-llvmjit-devel-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64" }, "product_reference": "postgresql15-plperl-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x" }, "product_reference": "postgresql15-plperl-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64" }, "product_reference": "postgresql15-plperl-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64" }, "product_reference": "postgresql15-plpython-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x" }, "product_reference": "postgresql15-plpython-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64" }, "product_reference": "postgresql15-plpython-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x" }, "product_reference": "postgresql15-pltcl-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64" }, "product_reference": "postgresql15-server-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-server-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x" }, "product_reference": "postgresql15-server-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64" }, "product_reference": "postgresql15-server-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x" }, "product_reference": "postgresql15-server-devel-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64" }, "product_reference": "postgresql15-test-15.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le" }, "product_reference": "postgresql15-test-15.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x" }, "product_reference": "postgresql15-test-15.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" }, "product_reference": "postgresql15-test-15.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "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": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "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": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "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": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "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": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql15-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-contrib-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-docs-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-llvmjit-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plperl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-plpython-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-pltcl-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-server-devel-15.9-1.1.x86_64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.aarch64", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.ppc64le", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.s390x", "openSUSE Tumbleweed:postgresql15-test-15.9-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
opensuse-su-2024:14503-1
Vulnerability from csaf_opensuse
Notes
{ "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": "postgresql14-14.14-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql14-14.14-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14503", "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/opensuse-su-2024_14503-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "postgresql14-14.14-1.1 on GA media", "tracking": { "current_release_date": "2024-11-15T00:00:00Z", "generator": { "date": "2024-11-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14503-1", "initial_release_date": "2024-11-15T00:00:00Z", "revision_history": [ { "date": "2024-11-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql14-14.14-1.1.aarch64", "product": { "name": "postgresql14-14.14-1.1.aarch64", "product_id": "postgresql14-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.14-1.1.aarch64", "product": { "name": "postgresql14-contrib-14.14-1.1.aarch64", "product_id": "postgresql14-contrib-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-devel-14.14-1.1.aarch64", "product": { "name": "postgresql14-devel-14.14-1.1.aarch64", "product_id": "postgresql14-devel-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-docs-14.14-1.1.aarch64", "product": { "name": "postgresql14-docs-14.14-1.1.aarch64", "product_id": "postgresql14-docs-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.14-1.1.aarch64", "product": { "name": "postgresql14-llvmjit-14.14-1.1.aarch64", "product_id": "postgresql14-llvmjit-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.14-1.1.aarch64", "product": { "name": "postgresql14-llvmjit-devel-14.14-1.1.aarch64", "product_id": "postgresql14-llvmjit-devel-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.14-1.1.aarch64", "product": { "name": "postgresql14-plperl-14.14-1.1.aarch64", "product_id": "postgresql14-plperl-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.14-1.1.aarch64", "product": { "name": "postgresql14-plpython-14.14-1.1.aarch64", "product_id": "postgresql14-plpython-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.14-1.1.aarch64", "product": { "name": "postgresql14-pltcl-14.14-1.1.aarch64", "product_id": "postgresql14-pltcl-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-14.14-1.1.aarch64", "product": { "name": "postgresql14-server-14.14-1.1.aarch64", "product_id": "postgresql14-server-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.14-1.1.aarch64", "product": { "name": "postgresql14-server-devel-14.14-1.1.aarch64", "product_id": "postgresql14-server-devel-14.14-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-test-14.14-1.1.aarch64", "product": { "name": "postgresql14-test-14.14-1.1.aarch64", "product_id": "postgresql14-test-14.14-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.14-1.1.ppc64le", "product": { "name": "postgresql14-14.14-1.1.ppc64le", "product_id": "postgresql14-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-contrib-14.14-1.1.ppc64le", "product": { "name": "postgresql14-contrib-14.14-1.1.ppc64le", "product_id": "postgresql14-contrib-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-devel-14.14-1.1.ppc64le", "product": { "name": "postgresql14-devel-14.14-1.1.ppc64le", "product_id": "postgresql14-devel-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-docs-14.14-1.1.ppc64le", "product": { "name": "postgresql14-docs-14.14-1.1.ppc64le", "product_id": "postgresql14-docs-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.14-1.1.ppc64le", "product": { "name": "postgresql14-llvmjit-14.14-1.1.ppc64le", "product_id": "postgresql14-llvmjit-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "product": { "name": "postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "product_id": "postgresql14-llvmjit-devel-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plperl-14.14-1.1.ppc64le", "product": { "name": "postgresql14-plperl-14.14-1.1.ppc64le", "product_id": "postgresql14-plperl-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plpython-14.14-1.1.ppc64le", "product": { "name": "postgresql14-plpython-14.14-1.1.ppc64le", "product_id": "postgresql14-plpython-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.14-1.1.ppc64le", "product": { "name": "postgresql14-pltcl-14.14-1.1.ppc64le", "product_id": "postgresql14-pltcl-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-14.14-1.1.ppc64le", "product": { "name": "postgresql14-server-14.14-1.1.ppc64le", "product_id": "postgresql14-server-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.14-1.1.ppc64le", "product": { "name": "postgresql14-server-devel-14.14-1.1.ppc64le", "product_id": "postgresql14-server-devel-14.14-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-test-14.14-1.1.ppc64le", "product": { "name": "postgresql14-test-14.14-1.1.ppc64le", "product_id": "postgresql14-test-14.14-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.14-1.1.s390x", "product": { "name": "postgresql14-14.14-1.1.s390x", "product_id": "postgresql14-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-contrib-14.14-1.1.s390x", "product": { "name": "postgresql14-contrib-14.14-1.1.s390x", "product_id": "postgresql14-contrib-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-devel-14.14-1.1.s390x", "product": { "name": "postgresql14-devel-14.14-1.1.s390x", "product_id": "postgresql14-devel-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-docs-14.14-1.1.s390x", "product": { "name": "postgresql14-docs-14.14-1.1.s390x", "product_id": "postgresql14-docs-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.14-1.1.s390x", "product": { "name": "postgresql14-llvmjit-14.14-1.1.s390x", "product_id": "postgresql14-llvmjit-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.14-1.1.s390x", "product": { "name": "postgresql14-llvmjit-devel-14.14-1.1.s390x", "product_id": "postgresql14-llvmjit-devel-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plperl-14.14-1.1.s390x", "product": { "name": "postgresql14-plperl-14.14-1.1.s390x", "product_id": "postgresql14-plperl-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plpython-14.14-1.1.s390x", "product": { "name": "postgresql14-plpython-14.14-1.1.s390x", "product_id": "postgresql14-plpython-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.14-1.1.s390x", "product": { "name": "postgresql14-pltcl-14.14-1.1.s390x", "product_id": "postgresql14-pltcl-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-14.14-1.1.s390x", "product": { "name": "postgresql14-server-14.14-1.1.s390x", "product_id": "postgresql14-server-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.14-1.1.s390x", "product": { "name": "postgresql14-server-devel-14.14-1.1.s390x", "product_id": "postgresql14-server-devel-14.14-1.1.s390x" } }, { "category": "product_version", "name": "postgresql14-test-14.14-1.1.s390x", "product": { "name": "postgresql14-test-14.14-1.1.s390x", "product_id": "postgresql14-test-14.14-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.14-1.1.x86_64", "product": { "name": "postgresql14-14.14-1.1.x86_64", "product_id": "postgresql14-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.14-1.1.x86_64", "product": { "name": "postgresql14-contrib-14.14-1.1.x86_64", "product_id": "postgresql14-contrib-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-devel-14.14-1.1.x86_64", "product": { "name": "postgresql14-devel-14.14-1.1.x86_64", "product_id": "postgresql14-devel-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-docs-14.14-1.1.x86_64", "product": { "name": "postgresql14-docs-14.14-1.1.x86_64", "product_id": "postgresql14-docs-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.14-1.1.x86_64", "product": { "name": "postgresql14-llvmjit-14.14-1.1.x86_64", "product_id": "postgresql14-llvmjit-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.14-1.1.x86_64", "product": { "name": "postgresql14-llvmjit-devel-14.14-1.1.x86_64", "product_id": "postgresql14-llvmjit-devel-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.14-1.1.x86_64", "product": { "name": "postgresql14-plperl-14.14-1.1.x86_64", "product_id": "postgresql14-plperl-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.14-1.1.x86_64", "product": { "name": "postgresql14-plpython-14.14-1.1.x86_64", "product_id": "postgresql14-plpython-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.14-1.1.x86_64", "product": { "name": "postgresql14-pltcl-14.14-1.1.x86_64", "product_id": "postgresql14-pltcl-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-14.14-1.1.x86_64", "product": { "name": "postgresql14-server-14.14-1.1.x86_64", "product_id": "postgresql14-server-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.14-1.1.x86_64", "product": { "name": "postgresql14-server-devel-14.14-1.1.x86_64", "product_id": "postgresql14-server-devel-14.14-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-test-14.14-1.1.x86_64", "product": { "name": "postgresql14-test-14.14-1.1.x86_64", "product_id": "postgresql14-test-14.14-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64" }, "product_reference": "postgresql14-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x" }, "product_reference": "postgresql14-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64" }, "product_reference": "postgresql14-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64" }, "product_reference": "postgresql14-contrib-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x" }, "product_reference": "postgresql14-contrib-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64" }, "product_reference": "postgresql14-contrib-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64" }, "product_reference": "postgresql14-devel-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-devel-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x" }, "product_reference": "postgresql14-devel-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64" }, "product_reference": "postgresql14-devel-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64" }, "product_reference": "postgresql14-docs-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-docs-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x" }, "product_reference": "postgresql14-docs-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64" }, "product_reference": "postgresql14-docs-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64" }, "product_reference": "postgresql14-llvmjit-devel-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x" }, "product_reference": "postgresql14-llvmjit-devel-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64" }, "product_reference": "postgresql14-llvmjit-devel-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64" }, "product_reference": "postgresql14-plperl-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x" }, "product_reference": "postgresql14-plperl-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64" }, "product_reference": "postgresql14-plperl-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64" }, "product_reference": "postgresql14-plpython-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x" }, "product_reference": "postgresql14-plpython-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64" }, "product_reference": "postgresql14-plpython-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x" }, "product_reference": "postgresql14-pltcl-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64" }, "product_reference": "postgresql14-server-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-server-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x" }, "product_reference": "postgresql14-server-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64" }, "product_reference": "postgresql14-server-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x" }, "product_reference": "postgresql14-server-devel-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.14-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64" }, "product_reference": "postgresql14-test-14.14-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.14-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le" }, "product_reference": "postgresql14-test-14.14-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.14-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x" }, "product_reference": "postgresql14-test-14.14-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.14-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" }, "product_reference": "postgresql14-test-14.14-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "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": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "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": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "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": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "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": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql14-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-contrib-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-docs-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-llvmjit-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plperl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-plpython-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-pltcl-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-server-devel-14.14-1.1.x86_64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.aarch64", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.ppc64le", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.s390x", "openSUSE Tumbleweed:postgresql14-test-14.14-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
opensuse-su-2024:14502-1
Vulnerability from csaf_opensuse
Notes
{ "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": "postgresql13-13.17-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql13-13.17-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14502", "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/opensuse-su-2024_14502-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2024:14502-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/AKWDFN2C7BDHNEIL7UAMUE2QLH322LIK/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2024:14502-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/AKWDFN2C7BDHNEIL7UAMUE2QLH322LIK/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "postgresql13-13.17-1.1 on GA media", "tracking": { "current_release_date": "2024-11-15T00:00:00Z", "generator": { "date": "2024-11-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14502-1", "initial_release_date": "2024-11-15T00:00:00Z", "revision_history": [ { "date": "2024-11-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql13-13.17-1.1.aarch64", "product": { "name": "postgresql13-13.17-1.1.aarch64", "product_id": "postgresql13-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.17-1.1.aarch64", "product": { "name": "postgresql13-contrib-13.17-1.1.aarch64", "product_id": "postgresql13-contrib-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-devel-13.17-1.1.aarch64", "product": { "name": "postgresql13-devel-13.17-1.1.aarch64", "product_id": "postgresql13-devel-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-docs-13.17-1.1.aarch64", "product": { "name": "postgresql13-docs-13.17-1.1.aarch64", "product_id": "postgresql13-docs-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.17-1.1.aarch64", "product": { "name": "postgresql13-llvmjit-13.17-1.1.aarch64", "product_id": "postgresql13-llvmjit-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.17-1.1.aarch64", "product": { "name": "postgresql13-llvmjit-devel-13.17-1.1.aarch64", "product_id": "postgresql13-llvmjit-devel-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.17-1.1.aarch64", "product": { "name": "postgresql13-plperl-13.17-1.1.aarch64", "product_id": "postgresql13-plperl-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.17-1.1.aarch64", "product": { "name": "postgresql13-plpython-13.17-1.1.aarch64", "product_id": "postgresql13-plpython-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.17-1.1.aarch64", "product": { "name": "postgresql13-pltcl-13.17-1.1.aarch64", "product_id": "postgresql13-pltcl-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-13.17-1.1.aarch64", "product": { "name": "postgresql13-server-13.17-1.1.aarch64", "product_id": "postgresql13-server-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.17-1.1.aarch64", "product": { "name": "postgresql13-server-devel-13.17-1.1.aarch64", "product_id": "postgresql13-server-devel-13.17-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-test-13.17-1.1.aarch64", "product": { "name": "postgresql13-test-13.17-1.1.aarch64", "product_id": "postgresql13-test-13.17-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.17-1.1.ppc64le", "product": { "name": "postgresql13-13.17-1.1.ppc64le", "product_id": "postgresql13-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-contrib-13.17-1.1.ppc64le", "product": { "name": "postgresql13-contrib-13.17-1.1.ppc64le", "product_id": "postgresql13-contrib-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-devel-13.17-1.1.ppc64le", "product": { "name": "postgresql13-devel-13.17-1.1.ppc64le", "product_id": "postgresql13-devel-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-docs-13.17-1.1.ppc64le", "product": { "name": "postgresql13-docs-13.17-1.1.ppc64le", "product_id": "postgresql13-docs-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.17-1.1.ppc64le", "product": { "name": "postgresql13-llvmjit-13.17-1.1.ppc64le", "product_id": "postgresql13-llvmjit-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "product": { "name": "postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "product_id": "postgresql13-llvmjit-devel-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plperl-13.17-1.1.ppc64le", "product": { "name": "postgresql13-plperl-13.17-1.1.ppc64le", "product_id": "postgresql13-plperl-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plpython-13.17-1.1.ppc64le", "product": { "name": "postgresql13-plpython-13.17-1.1.ppc64le", "product_id": "postgresql13-plpython-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.17-1.1.ppc64le", "product": { "name": "postgresql13-pltcl-13.17-1.1.ppc64le", "product_id": "postgresql13-pltcl-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-13.17-1.1.ppc64le", "product": { "name": "postgresql13-server-13.17-1.1.ppc64le", "product_id": "postgresql13-server-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.17-1.1.ppc64le", "product": { "name": "postgresql13-server-devel-13.17-1.1.ppc64le", "product_id": "postgresql13-server-devel-13.17-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-test-13.17-1.1.ppc64le", "product": { "name": "postgresql13-test-13.17-1.1.ppc64le", "product_id": "postgresql13-test-13.17-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.17-1.1.s390x", "product": { "name": "postgresql13-13.17-1.1.s390x", "product_id": "postgresql13-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-contrib-13.17-1.1.s390x", "product": { "name": "postgresql13-contrib-13.17-1.1.s390x", "product_id": "postgresql13-contrib-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-devel-13.17-1.1.s390x", "product": { "name": "postgresql13-devel-13.17-1.1.s390x", "product_id": "postgresql13-devel-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-docs-13.17-1.1.s390x", "product": { "name": "postgresql13-docs-13.17-1.1.s390x", "product_id": "postgresql13-docs-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.17-1.1.s390x", "product": { "name": "postgresql13-llvmjit-13.17-1.1.s390x", "product_id": "postgresql13-llvmjit-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.17-1.1.s390x", "product": { "name": "postgresql13-llvmjit-devel-13.17-1.1.s390x", "product_id": "postgresql13-llvmjit-devel-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plperl-13.17-1.1.s390x", "product": { "name": "postgresql13-plperl-13.17-1.1.s390x", "product_id": "postgresql13-plperl-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plpython-13.17-1.1.s390x", "product": { "name": "postgresql13-plpython-13.17-1.1.s390x", "product_id": "postgresql13-plpython-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.17-1.1.s390x", "product": { "name": "postgresql13-pltcl-13.17-1.1.s390x", "product_id": "postgresql13-pltcl-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-13.17-1.1.s390x", "product": { "name": "postgresql13-server-13.17-1.1.s390x", "product_id": "postgresql13-server-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.17-1.1.s390x", "product": { "name": "postgresql13-server-devel-13.17-1.1.s390x", "product_id": "postgresql13-server-devel-13.17-1.1.s390x" } }, { "category": "product_version", "name": "postgresql13-test-13.17-1.1.s390x", "product": { "name": "postgresql13-test-13.17-1.1.s390x", "product_id": "postgresql13-test-13.17-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.17-1.1.x86_64", "product": { "name": "postgresql13-13.17-1.1.x86_64", "product_id": "postgresql13-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.17-1.1.x86_64", "product": { "name": "postgresql13-contrib-13.17-1.1.x86_64", "product_id": "postgresql13-contrib-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-devel-13.17-1.1.x86_64", "product": { "name": "postgresql13-devel-13.17-1.1.x86_64", "product_id": "postgresql13-devel-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-docs-13.17-1.1.x86_64", "product": { "name": "postgresql13-docs-13.17-1.1.x86_64", "product_id": "postgresql13-docs-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.17-1.1.x86_64", "product": { "name": "postgresql13-llvmjit-13.17-1.1.x86_64", "product_id": "postgresql13-llvmjit-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.17-1.1.x86_64", "product": { "name": "postgresql13-llvmjit-devel-13.17-1.1.x86_64", "product_id": "postgresql13-llvmjit-devel-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.17-1.1.x86_64", "product": { "name": "postgresql13-plperl-13.17-1.1.x86_64", "product_id": "postgresql13-plperl-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.17-1.1.x86_64", "product": { "name": "postgresql13-plpython-13.17-1.1.x86_64", "product_id": "postgresql13-plpython-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.17-1.1.x86_64", "product": { "name": "postgresql13-pltcl-13.17-1.1.x86_64", "product_id": "postgresql13-pltcl-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-13.17-1.1.x86_64", "product": { "name": "postgresql13-server-13.17-1.1.x86_64", "product_id": "postgresql13-server-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.17-1.1.x86_64", "product": { "name": "postgresql13-server-devel-13.17-1.1.x86_64", "product_id": "postgresql13-server-devel-13.17-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-test-13.17-1.1.x86_64", "product": { "name": "postgresql13-test-13.17-1.1.x86_64", "product_id": "postgresql13-test-13.17-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64" }, "product_reference": "postgresql13-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x" }, "product_reference": "postgresql13-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64" }, "product_reference": "postgresql13-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64" }, "product_reference": "postgresql13-contrib-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x" }, "product_reference": "postgresql13-contrib-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64" }, "product_reference": "postgresql13-contrib-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64" }, "product_reference": "postgresql13-devel-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-devel-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x" }, "product_reference": "postgresql13-devel-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64" }, "product_reference": "postgresql13-devel-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64" }, "product_reference": "postgresql13-docs-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-docs-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x" }, "product_reference": "postgresql13-docs-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64" }, "product_reference": "postgresql13-docs-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x" }, "product_reference": "postgresql13-llvmjit-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x" }, "product_reference": "postgresql13-llvmjit-devel-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64" }, "product_reference": "postgresql13-plperl-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x" }, "product_reference": "postgresql13-plperl-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64" }, "product_reference": "postgresql13-plperl-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64" }, "product_reference": "postgresql13-plpython-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x" }, "product_reference": "postgresql13-plpython-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64" }, "product_reference": "postgresql13-plpython-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x" }, "product_reference": "postgresql13-pltcl-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64" }, "product_reference": "postgresql13-server-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-server-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x" }, "product_reference": "postgresql13-server-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64" }, "product_reference": "postgresql13-server-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x" }, "product_reference": "postgresql13-server-devel-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.17-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64" }, "product_reference": "postgresql13-test-13.17-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.17-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le" }, "product_reference": "postgresql13-test-13.17-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.17-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x" }, "product_reference": "postgresql13-test-13.17-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.17-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" }, "product_reference": "postgresql13-test-13.17-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "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": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "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": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "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": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "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": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql13-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-contrib-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-docs-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-llvmjit-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plperl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-plpython-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-pltcl-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-server-devel-13.17-1.1.x86_64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.aarch64", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.ppc64le", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.s390x", "openSUSE Tumbleweed:postgresql13-test-13.17-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
opensuse-su-2024:14505-1
Vulnerability from csaf_opensuse
Notes
{ "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": "postgresql16-16.5-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the postgresql16-16.5-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14505", "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/opensuse-su-2024_14505-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2024:14505-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RB4KENPNXIDYL7D4OSLN7SICCC2ASXXP/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2024:14505-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RB4KENPNXIDYL7D4OSLN7SICCC2ASXXP/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "postgresql16-16.5-1.1 on GA media", "tracking": { "current_release_date": "2024-11-15T00:00:00Z", "generator": { "date": "2024-11-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14505-1", "initial_release_date": "2024-11-15T00:00:00Z", "revision_history": [ { "date": "2024-11-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql16-16.5-1.1.aarch64", "product": { "name": "postgresql16-16.5-1.1.aarch64", "product_id": "postgresql16-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.5-1.1.aarch64", "product": { "name": "postgresql16-contrib-16.5-1.1.aarch64", "product_id": "postgresql16-contrib-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.5-1.1.aarch64", "product": { "name": "postgresql16-devel-16.5-1.1.aarch64", "product_id": "postgresql16-devel-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-docs-16.5-1.1.aarch64", "product": { "name": "postgresql16-docs-16.5-1.1.aarch64", "product_id": "postgresql16-docs-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.5-1.1.aarch64", "product": { "name": "postgresql16-llvmjit-16.5-1.1.aarch64", "product_id": "postgresql16-llvmjit-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.5-1.1.aarch64", "product": { "name": "postgresql16-llvmjit-devel-16.5-1.1.aarch64", "product_id": "postgresql16-llvmjit-devel-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.5-1.1.aarch64", "product": { "name": "postgresql16-plperl-16.5-1.1.aarch64", "product_id": "postgresql16-plperl-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.5-1.1.aarch64", "product": { "name": "postgresql16-plpython-16.5-1.1.aarch64", "product_id": "postgresql16-plpython-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.5-1.1.aarch64", "product": { "name": "postgresql16-pltcl-16.5-1.1.aarch64", "product_id": "postgresql16-pltcl-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.5-1.1.aarch64", "product": { "name": "postgresql16-server-16.5-1.1.aarch64", "product_id": "postgresql16-server-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.5-1.1.aarch64", "product": { "name": "postgresql16-server-devel-16.5-1.1.aarch64", "product_id": "postgresql16-server-devel-16.5-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-test-16.5-1.1.aarch64", "product": { "name": "postgresql16-test-16.5-1.1.aarch64", "product_id": "postgresql16-test-16.5-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql16-16.5-1.1.ppc64le", "product": { "name": "postgresql16-16.5-1.1.ppc64le", "product_id": "postgresql16-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.5-1.1.ppc64le", "product": { "name": "postgresql16-contrib-16.5-1.1.ppc64le", "product_id": "postgresql16-contrib-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.5-1.1.ppc64le", "product": { "name": "postgresql16-devel-16.5-1.1.ppc64le", "product_id": "postgresql16-devel-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-docs-16.5-1.1.ppc64le", "product": { "name": "postgresql16-docs-16.5-1.1.ppc64le", "product_id": "postgresql16-docs-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.5-1.1.ppc64le", "product": { "name": "postgresql16-llvmjit-16.5-1.1.ppc64le", "product_id": "postgresql16-llvmjit-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "product": { "name": "postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "product_id": "postgresql16-llvmjit-devel-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.5-1.1.ppc64le", "product": { "name": "postgresql16-plperl-16.5-1.1.ppc64le", "product_id": "postgresql16-plperl-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.5-1.1.ppc64le", "product": { "name": "postgresql16-plpython-16.5-1.1.ppc64le", "product_id": "postgresql16-plpython-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.5-1.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.5-1.1.ppc64le", "product_id": "postgresql16-pltcl-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.5-1.1.ppc64le", "product": { "name": "postgresql16-server-16.5-1.1.ppc64le", "product_id": "postgresql16-server-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.5-1.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.5-1.1.ppc64le", "product_id": "postgresql16-server-devel-16.5-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-test-16.5-1.1.ppc64le", "product": { "name": "postgresql16-test-16.5-1.1.ppc64le", "product_id": "postgresql16-test-16.5-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql16-16.5-1.1.s390x", "product": { "name": "postgresql16-16.5-1.1.s390x", "product_id": "postgresql16-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.5-1.1.s390x", "product": { "name": "postgresql16-contrib-16.5-1.1.s390x", "product_id": "postgresql16-contrib-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.5-1.1.s390x", "product": { "name": "postgresql16-devel-16.5-1.1.s390x", "product_id": "postgresql16-devel-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-docs-16.5-1.1.s390x", "product": { "name": "postgresql16-docs-16.5-1.1.s390x", "product_id": "postgresql16-docs-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.5-1.1.s390x", "product": { "name": "postgresql16-llvmjit-16.5-1.1.s390x", "product_id": "postgresql16-llvmjit-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.5-1.1.s390x", "product": { "name": "postgresql16-llvmjit-devel-16.5-1.1.s390x", "product_id": "postgresql16-llvmjit-devel-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.5-1.1.s390x", "product": { "name": "postgresql16-plperl-16.5-1.1.s390x", "product_id": "postgresql16-plperl-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.5-1.1.s390x", "product": { "name": "postgresql16-plpython-16.5-1.1.s390x", "product_id": "postgresql16-plpython-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.5-1.1.s390x", "product": { "name": "postgresql16-pltcl-16.5-1.1.s390x", "product_id": "postgresql16-pltcl-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.5-1.1.s390x", "product": { "name": "postgresql16-server-16.5-1.1.s390x", "product_id": "postgresql16-server-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.5-1.1.s390x", "product": { "name": "postgresql16-server-devel-16.5-1.1.s390x", "product_id": "postgresql16-server-devel-16.5-1.1.s390x" } }, { "category": "product_version", "name": "postgresql16-test-16.5-1.1.s390x", "product": { "name": "postgresql16-test-16.5-1.1.s390x", "product_id": "postgresql16-test-16.5-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql16-16.5-1.1.x86_64", "product": { "name": "postgresql16-16.5-1.1.x86_64", "product_id": "postgresql16-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.5-1.1.x86_64", "product": { "name": "postgresql16-contrib-16.5-1.1.x86_64", "product_id": "postgresql16-contrib-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.5-1.1.x86_64", "product": { "name": "postgresql16-devel-16.5-1.1.x86_64", "product_id": "postgresql16-devel-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-docs-16.5-1.1.x86_64", "product": { "name": "postgresql16-docs-16.5-1.1.x86_64", "product_id": "postgresql16-docs-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.5-1.1.x86_64", "product": { "name": "postgresql16-llvmjit-16.5-1.1.x86_64", "product_id": "postgresql16-llvmjit-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.5-1.1.x86_64", "product": { "name": "postgresql16-llvmjit-devel-16.5-1.1.x86_64", "product_id": "postgresql16-llvmjit-devel-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.5-1.1.x86_64", "product": { "name": "postgresql16-plperl-16.5-1.1.x86_64", "product_id": "postgresql16-plperl-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.5-1.1.x86_64", "product": { "name": "postgresql16-plpython-16.5-1.1.x86_64", "product_id": "postgresql16-plpython-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.5-1.1.x86_64", "product": { "name": "postgresql16-pltcl-16.5-1.1.x86_64", "product_id": "postgresql16-pltcl-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.5-1.1.x86_64", "product": { "name": "postgresql16-server-16.5-1.1.x86_64", "product_id": "postgresql16-server-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.5-1.1.x86_64", "product": { "name": "postgresql16-server-devel-16.5-1.1.x86_64", "product_id": "postgresql16-server-devel-16.5-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-test-16.5-1.1.x86_64", "product": { "name": "postgresql16-test-16.5-1.1.x86_64", "product_id": "postgresql16-test-16.5-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64" }, "product_reference": "postgresql16-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x" }, "product_reference": "postgresql16-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64" }, "product_reference": "postgresql16-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64" }, "product_reference": "postgresql16-contrib-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x" }, "product_reference": "postgresql16-contrib-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64" }, "product_reference": "postgresql16-contrib-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64" }, "product_reference": "postgresql16-devel-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-devel-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x" }, "product_reference": "postgresql16-devel-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64" }, "product_reference": "postgresql16-devel-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64" }, "product_reference": "postgresql16-docs-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-docs-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x" }, "product_reference": "postgresql16-docs-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64" }, "product_reference": "postgresql16-docs-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64" }, "product_reference": "postgresql16-llvmjit-devel-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x" }, "product_reference": "postgresql16-llvmjit-devel-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64" }, "product_reference": "postgresql16-llvmjit-devel-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64" }, "product_reference": "postgresql16-plperl-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x" }, "product_reference": "postgresql16-plperl-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64" }, "product_reference": "postgresql16-plperl-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64" }, "product_reference": "postgresql16-plpython-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x" }, "product_reference": "postgresql16-plpython-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64" }, "product_reference": "postgresql16-plpython-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x" }, "product_reference": "postgresql16-pltcl-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64" }, "product_reference": "postgresql16-server-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-server-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x" }, "product_reference": "postgresql16-server-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64" }, "product_reference": "postgresql16-server-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x" }, "product_reference": "postgresql16-server-devel-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.5-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64" }, "product_reference": "postgresql16-test-16.5-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.5-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le" }, "product_reference": "postgresql16-test-16.5-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.5-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x" }, "product_reference": "postgresql16-test-16.5-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.5-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" }, "product_reference": "postgresql16-test-16.5-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "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": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "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": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "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": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "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": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:postgresql16-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-contrib-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-docs-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-llvmjit-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plperl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-plpython-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-pltcl-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-server-devel-16.5-1.1.x86_64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.aarch64", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.ppc64le", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.s390x", "openSUSE Tumbleweed:postgresql16-test-16.5-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
opensuse-su-2024:14506-1
Vulnerability from csaf_opensuse
Notes
{ "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": "libecpg6-17.1-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the libecpg6-17.1-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14506", "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/opensuse-su-2024_14506-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "libecpg6-17.1-1.1 on GA media", "tracking": { "current_release_date": "2024-11-15T00:00:00Z", "generator": { "date": "2024-11-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14506-1", "initial_release_date": "2024-11-15T00:00:00Z", "revision_history": [ { "date": "2024-11-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-17.1-1.1.aarch64", "product": { "name": "libecpg6-17.1-1.1.aarch64", "product_id": "libecpg6-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "libecpg6-32bit-17.1-1.1.aarch64", "product": { "name": "libecpg6-32bit-17.1-1.1.aarch64", "product_id": "libecpg6-32bit-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "libpq5-17.1-1.1.aarch64", "product": { "name": "libpq5-17.1-1.1.aarch64", "product_id": "libpq5-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "libpq5-32bit-17.1-1.1.aarch64", "product": { "name": "libpq5-32bit-17.1-1.1.aarch64", "product_id": "libpq5-32bit-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-17.1-1.1.aarch64", "product": { "name": "postgresql17-17.1-1.1.aarch64", "product_id": "postgresql17-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-contrib-17.1-1.1.aarch64", "product": { "name": "postgresql17-contrib-17.1-1.1.aarch64", "product_id": "postgresql17-contrib-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-devel-17.1-1.1.aarch64", "product": { "name": "postgresql17-devel-17.1-1.1.aarch64", "product_id": "postgresql17-devel-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-docs-17.1-1.1.aarch64", "product": { "name": "postgresql17-docs-17.1-1.1.aarch64", "product_id": "postgresql17-docs-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.1-1.1.aarch64", "product": { "name": "postgresql17-llvmjit-17.1-1.1.aarch64", "product_id": "postgresql17-llvmjit-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.1-1.1.aarch64", "product": { "name": "postgresql17-llvmjit-devel-17.1-1.1.aarch64", "product_id": "postgresql17-llvmjit-devel-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plperl-17.1-1.1.aarch64", "product": { "name": "postgresql17-plperl-17.1-1.1.aarch64", "product_id": "postgresql17-plperl-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plpython-17.1-1.1.aarch64", "product": { "name": "postgresql17-plpython-17.1-1.1.aarch64", "product_id": "postgresql17-plpython-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.1-1.1.aarch64", "product": { "name": "postgresql17-pltcl-17.1-1.1.aarch64", "product_id": "postgresql17-pltcl-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-17.1-1.1.aarch64", "product": { "name": "postgresql17-server-17.1-1.1.aarch64", "product_id": "postgresql17-server-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.1-1.1.aarch64", "product": { "name": "postgresql17-server-devel-17.1-1.1.aarch64", "product_id": "postgresql17-server-devel-17.1-1.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-test-17.1-1.1.aarch64", "product": { "name": "postgresql17-test-17.1-1.1.aarch64", "product_id": "postgresql17-test-17.1-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.1-1.1.ppc64le", "product": { "name": "libecpg6-17.1-1.1.ppc64le", "product_id": "libecpg6-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "libecpg6-32bit-17.1-1.1.ppc64le", "product": { "name": "libecpg6-32bit-17.1-1.1.ppc64le", "product_id": "libecpg6-32bit-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-17.1-1.1.ppc64le", "product": { "name": "libpq5-17.1-1.1.ppc64le", "product_id": "libpq5-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-32bit-17.1-1.1.ppc64le", "product": { "name": "libpq5-32bit-17.1-1.1.ppc64le", "product_id": "libpq5-32bit-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-17.1-1.1.ppc64le", "product": { "name": "postgresql17-17.1-1.1.ppc64le", "product_id": "postgresql17-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-contrib-17.1-1.1.ppc64le", "product": { "name": "postgresql17-contrib-17.1-1.1.ppc64le", "product_id": "postgresql17-contrib-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-devel-17.1-1.1.ppc64le", "product": { "name": "postgresql17-devel-17.1-1.1.ppc64le", "product_id": "postgresql17-devel-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-docs-17.1-1.1.ppc64le", "product": { "name": "postgresql17-docs-17.1-1.1.ppc64le", "product_id": "postgresql17-docs-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.1-1.1.ppc64le", "product": { "name": "postgresql17-llvmjit-17.1-1.1.ppc64le", "product_id": "postgresql17-llvmjit-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "product": { "name": "postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "product_id": "postgresql17-llvmjit-devel-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plperl-17.1-1.1.ppc64le", "product": { "name": "postgresql17-plperl-17.1-1.1.ppc64le", "product_id": "postgresql17-plperl-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plpython-17.1-1.1.ppc64le", "product": { "name": "postgresql17-plpython-17.1-1.1.ppc64le", "product_id": "postgresql17-plpython-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.1-1.1.ppc64le", "product": { "name": "postgresql17-pltcl-17.1-1.1.ppc64le", "product_id": "postgresql17-pltcl-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-17.1-1.1.ppc64le", "product": { "name": "postgresql17-server-17.1-1.1.ppc64le", "product_id": "postgresql17-server-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.1-1.1.ppc64le", "product": { "name": "postgresql17-server-devel-17.1-1.1.ppc64le", "product_id": "postgresql17-server-devel-17.1-1.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-test-17.1-1.1.ppc64le", "product": { "name": "postgresql17-test-17.1-1.1.ppc64le", "product_id": "postgresql17-test-17.1-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.1-1.1.s390x", "product": { "name": "libecpg6-17.1-1.1.s390x", "product_id": "libecpg6-17.1-1.1.s390x" } }, { "category": "product_version", "name": "libecpg6-32bit-17.1-1.1.s390x", "product": { "name": "libecpg6-32bit-17.1-1.1.s390x", "product_id": "libecpg6-32bit-17.1-1.1.s390x" } }, { "category": "product_version", "name": "libpq5-17.1-1.1.s390x", "product": { "name": "libpq5-17.1-1.1.s390x", "product_id": "libpq5-17.1-1.1.s390x" } }, { "category": "product_version", "name": "libpq5-32bit-17.1-1.1.s390x", "product": { "name": "libpq5-32bit-17.1-1.1.s390x", "product_id": "libpq5-32bit-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-17.1-1.1.s390x", "product": { "name": "postgresql17-17.1-1.1.s390x", "product_id": "postgresql17-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-contrib-17.1-1.1.s390x", "product": { "name": "postgresql17-contrib-17.1-1.1.s390x", "product_id": "postgresql17-contrib-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-devel-17.1-1.1.s390x", "product": { "name": "postgresql17-devel-17.1-1.1.s390x", "product_id": "postgresql17-devel-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-docs-17.1-1.1.s390x", "product": { "name": "postgresql17-docs-17.1-1.1.s390x", "product_id": "postgresql17-docs-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.1-1.1.s390x", "product": { "name": "postgresql17-llvmjit-17.1-1.1.s390x", "product_id": "postgresql17-llvmjit-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.1-1.1.s390x", "product": { "name": "postgresql17-llvmjit-devel-17.1-1.1.s390x", "product_id": "postgresql17-llvmjit-devel-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plperl-17.1-1.1.s390x", "product": { "name": "postgresql17-plperl-17.1-1.1.s390x", "product_id": "postgresql17-plperl-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plpython-17.1-1.1.s390x", "product": { "name": "postgresql17-plpython-17.1-1.1.s390x", "product_id": "postgresql17-plpython-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.1-1.1.s390x", "product": { "name": "postgresql17-pltcl-17.1-1.1.s390x", "product_id": "postgresql17-pltcl-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-17.1-1.1.s390x", "product": { "name": "postgresql17-server-17.1-1.1.s390x", "product_id": "postgresql17-server-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.1-1.1.s390x", "product": { "name": "postgresql17-server-devel-17.1-1.1.s390x", "product_id": "postgresql17-server-devel-17.1-1.1.s390x" } }, { "category": "product_version", "name": "postgresql17-test-17.1-1.1.s390x", "product": { "name": "postgresql17-test-17.1-1.1.s390x", "product_id": "postgresql17-test-17.1-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.1-1.1.x86_64", "product": { "name": "libecpg6-17.1-1.1.x86_64", "product_id": "libecpg6-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-17.1-1.1.x86_64", "product": { "name": "libecpg6-32bit-17.1-1.1.x86_64", "product_id": "libecpg6-32bit-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "libpq5-17.1-1.1.x86_64", "product": { "name": "libpq5-17.1-1.1.x86_64", "product_id": "libpq5-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-17.1-1.1.x86_64", "product": { "name": "libpq5-32bit-17.1-1.1.x86_64", "product_id": "libpq5-32bit-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-17.1-1.1.x86_64", "product": { "name": "postgresql17-17.1-1.1.x86_64", "product_id": "postgresql17-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-contrib-17.1-1.1.x86_64", "product": { "name": "postgresql17-contrib-17.1-1.1.x86_64", "product_id": "postgresql17-contrib-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-devel-17.1-1.1.x86_64", "product": { "name": "postgresql17-devel-17.1-1.1.x86_64", "product_id": "postgresql17-devel-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-docs-17.1-1.1.x86_64", "product": { "name": "postgresql17-docs-17.1-1.1.x86_64", "product_id": "postgresql17-docs-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.1-1.1.x86_64", "product": { "name": "postgresql17-llvmjit-17.1-1.1.x86_64", "product_id": "postgresql17-llvmjit-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.1-1.1.x86_64", "product": { "name": "postgresql17-llvmjit-devel-17.1-1.1.x86_64", "product_id": "postgresql17-llvmjit-devel-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plperl-17.1-1.1.x86_64", "product": { "name": "postgresql17-plperl-17.1-1.1.x86_64", "product_id": "postgresql17-plperl-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plpython-17.1-1.1.x86_64", "product": { "name": "postgresql17-plpython-17.1-1.1.x86_64", "product_id": "postgresql17-plpython-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.1-1.1.x86_64", "product": { "name": "postgresql17-pltcl-17.1-1.1.x86_64", "product_id": "postgresql17-pltcl-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-17.1-1.1.x86_64", "product": { "name": "postgresql17-server-17.1-1.1.x86_64", "product_id": "postgresql17-server-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.1-1.1.x86_64", "product": { "name": "postgresql17-server-devel-17.1-1.1.x86_64", "product_id": "postgresql17-server-devel-17.1-1.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-test-17.1-1.1.x86_64", "product": { "name": "postgresql17-test-17.1-1.1.x86_64", "product_id": "postgresql17-test-17.1-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64" }, "product_reference": "libecpg6-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le" }, "product_reference": "libecpg6-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x" }, "product_reference": "libecpg6-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64" }, "product_reference": "libecpg6-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64" }, "product_reference": "libecpg6-32bit-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le" }, "product_reference": "libecpg6-32bit-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x" }, "product_reference": "libecpg6-32bit-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64" }, "product_reference": "libecpg6-32bit-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64" }, "product_reference": "libpq5-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le" }, "product_reference": "libpq5-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x" }, "product_reference": "libpq5-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64" }, "product_reference": "libpq5-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64" }, "product_reference": "libpq5-32bit-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le" }, "product_reference": "libpq5-32bit-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x" }, "product_reference": "libpq5-32bit-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64" }, "product_reference": "libpq5-32bit-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64" }, "product_reference": "postgresql17-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x" }, "product_reference": "postgresql17-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64" }, "product_reference": "postgresql17-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64" }, "product_reference": "postgresql17-contrib-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-contrib-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x" }, "product_reference": "postgresql17-contrib-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64" }, "product_reference": "postgresql17-contrib-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64" }, "product_reference": "postgresql17-devel-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-devel-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x" }, "product_reference": "postgresql17-devel-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64" }, "product_reference": "postgresql17-devel-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64" }, "product_reference": "postgresql17-docs-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-docs-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x" }, "product_reference": "postgresql17-docs-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64" }, "product_reference": "postgresql17-docs-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64" }, "product_reference": "postgresql17-llvmjit-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x" }, "product_reference": "postgresql17-llvmjit-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64" }, "product_reference": "postgresql17-llvmjit-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64" }, "product_reference": "postgresql17-llvmjit-devel-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x" }, "product_reference": "postgresql17-llvmjit-devel-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64" }, "product_reference": "postgresql17-llvmjit-devel-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64" }, "product_reference": "postgresql17-plperl-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-plperl-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x" }, "product_reference": "postgresql17-plperl-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64" }, "product_reference": "postgresql17-plperl-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64" }, "product_reference": "postgresql17-plpython-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-plpython-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x" }, "product_reference": "postgresql17-plpython-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64" }, "product_reference": "postgresql17-plpython-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64" }, "product_reference": "postgresql17-pltcl-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-pltcl-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x" }, "product_reference": "postgresql17-pltcl-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64" }, "product_reference": "postgresql17-pltcl-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64" }, "product_reference": "postgresql17-server-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-server-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x" }, "product_reference": "postgresql17-server-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64" }, "product_reference": "postgresql17-server-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64" }, "product_reference": "postgresql17-server-devel-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-server-devel-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x" }, "product_reference": "postgresql17-server-devel-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64" }, "product_reference": "postgresql17-server-devel-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64" }, "product_reference": "postgresql17-test-17.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le" }, "product_reference": "postgresql17-test-17.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x" }, "product_reference": "postgresql17-test-17.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" }, "product_reference": "postgresql17-test-17.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "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": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "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": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "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": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "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": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:libecpg6-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-17.1-1.1.x86_64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libecpg6-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-17.1-1.1.x86_64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.aarch64", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.s390x", "openSUSE Tumbleweed:libpq5-32bit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-contrib-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-docs-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-llvmjit-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plperl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-plpython-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-pltcl-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-server-devel-17.1-1.1.x86_64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.aarch64", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.ppc64le", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.s390x", "openSUSE Tumbleweed:postgresql17-test-17.1-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-15T00:00:00Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
fkie_cve-2024-10976
Vulnerability from fkie_nvd
5.4 (Medium) - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Vendor | Product | Version | |
---|---|---|---|
postgresql | postgresql | * | |
postgresql | postgresql | * | |
postgresql | postgresql | * | |
postgresql | postgresql | * | |
postgresql | postgresql | * | |
postgresql | postgresql | * |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "433D59A0-8811-4DDB-A9F7-D85C62F905CC", "versionEndExcluding": "12.21", "versionStartIncluding": "12.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "380F8048-FBE5-4606-93A3-915CFD229317", "versionEndExcluding": "13.17", "versionStartIncluding": "13.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "FACF31C7-3B20-4BAE-A596-9C59D67406D8", "versionEndExcluding": "14.14", "versionStartIncluding": "14.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "DF12F1A2-3179-4DAC-B728-038B94954DC7", "versionEndExcluding": "15.9", "versionStartIncluding": "15.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "353CBD91-FC28-4DA3-B79A-F4F4DC80FA93", "versionEndExcluding": "16.5", "versionStartIncluding": "16.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*", "matchCriteriaId": "DCEB2049-EB8A-4703-B3FF-FC641623ED2C", "versionEndExcluding": "17.1", "versionStartIncluding": "17.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected." }, { "lang": "es", "value": "El seguimiento incompleto en PostgreSQL de tablas con seguridad de filas permite que una consulta reutilizada vea o cambie filas diferentes a las previstas. CVE-2023-2455 y CVE-2016-2193 solucionaron la mayor\u00eda de las interacciones entre la seguridad de filas y los cambios de ID de usuario. Pasaron por alto los casos en los que una subconsulta, una consulta WITH, una vista de invocador de seguridad o una funci\u00f3n de lenguaje SQL hace referencia a una tabla con una pol\u00edtica de seguridad a nivel de fila. Esto tiene las mismas consecuencias que las dos CVE anteriores. Es decir, conduce a la aplicaci\u00f3n de pol\u00edticas potencialmente incorrectas en los casos en los que se utilizan pol\u00edticas espec\u00edficas de roles y se planifica una consulta determinada bajo un rol y luego se ejecuta bajo otros roles. Este escenario puede ocurrir bajo funciones de definidor de seguridad o cuando se planifica inicialmente un usuario y una consulta comunes y luego se reutilizan en varios SET ROLE. La aplicaci\u00f3n de una pol\u00edtica incorrecta puede permitir que un usuario complete lecturas y modificaciones que de otro modo estar\u00edan prohibidas. Esto afecta solo a las bases de datos que han utilizado CREATE POLICY para definir una pol\u00edtica de seguridad de filas. Un atacante debe adaptar un ataque al patr\u00f3n de reutilizaci\u00f3n de planes de consulta, cambios de ID de usuario y pol\u00edticas de seguridad de filas espec\u00edficas de roles de una aplicaci\u00f3n en particular. Las versiones anteriores a PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17 y 12.21 se ven afectadas." } ], "id": "CVE-2024-10976", "lastModified": "2025-05-09T20:15:37.933", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 2.5, "source": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.5, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2024-11-14T13:15:03.793", "references": [ { "source": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "tags": [ "Vendor Advisory" ], "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.netapp.com/advisory/ntap-20250509-0010/" } ], "sourceIdentifier": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-1250" } ], "source": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "NVD-CWE-noinfo" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
suse-su-2024:4052-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql, postgresql16, postgresql17", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql, postgresql16, postgresql17 fixes the following issues:\n\nThis update ships postgresql17 , and fixes security issues with postgresql16:\n\n- bsc#1230423: Relax the dependency of extensions on the server\n version from exact major.minor to greater or equal, after Tom\n Lane confirmed on the PostgreSQL packagers list that ABI\n stability is being taken care of between minor releases.\n\n- bsc#1219340: The last fix was not correct. Improve it by removing\n the dependency again and call fillup only if it is installed.\n\npostgresql16 was updated to 16.6:\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n* https://www.postgresql.org/docs/release/16.6/\n\npostgresql16 was updated to 16.5:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/16.5/\n\n- Don\u0027t build the libs and mini flavor anymore to hand over to\n PostgreSQL 17.\n\n * https://www.postgresql.org/about/news/p-2910/\n\npostgresql17 is shipped in version 17.2:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/17.1/\n* https://www.postgresql.org/docs/release/17.2/\n\nUpgrade to 17.2:\n\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n\nUpgrade to 17.0:\n\n* New memory management system for VACUUM, which reduces memory\n consumption and can improve overall vacuuming performance.\n* New SQL/JSON capabilities, including constructors, identity\n functions, and the JSON_TABLE() function, which converts JSON\n data into a table representation.\n* Various query performance improvements, including for\n sequential reads using streaming I/O, write throughput under\n high concurrency, and searches over multiple values in a btree\n index.\n* Logical replication enhancements, including:\n + Failover control\n + pg_createsubscriber, a utility that creates logical replicas\n from physical standbys\n + pg_upgrade now preserves replication slots on both publishers\n and subscribers\n* New client-side connection option, sslnegotiation=direct, that\n performs a direct TLS handshake to avoid a round-trip\n negotiation.\n* pg_basebackup now supports incremental backup.\n* COPY adds a new option, ON_ERROR ignore, that allows a copy\n operation to continue in the event of an error.\n* https://www.postgresql.org/about/news/p-2936/\n* https://www.postgresql.org/docs/17/release-17.html\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4052,SUSE-SLE-SERVER-12-SP5-LTSS-2024-4052,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-4052", "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_4052-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4052-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244052-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4052-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019843.html" }, { "category": "self", "summary": "SUSE Bug 1219340", "url": "https://bugzilla.suse.com/1219340" }, { "category": "self", "summary": "SUSE Bug 1230423", "url": "https://bugzilla.suse.com/1230423" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql, postgresql16, postgresql17", "tracking": { "current_release_date": "2024-11-25T16:10:40Z", "generator": { "date": "2024-11-25T16:10:40Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4052-1", "initial_release_date": "2024-11-25T16:10:40Z", "revision_history": [ { "date": "2024-11-25T16:10:40Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.aarch64", "product": { "name": "libecpg6-17.2-3.5.1.aarch64", "product_id": "libecpg6-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.aarch64", "product": { "name": "libpq5-17.2-3.5.1.aarch64", "product_id": "libpq5-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-16.6-3.21.1.aarch64", "product_id": "postgresql16-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-contrib-16.6-3.21.1.aarch64", "product_id": "postgresql16-contrib-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-devel-16.6-3.21.1.aarch64", "product_id": "postgresql16-devel-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-llvmjit-devel-16.6-3.21.1.aarch64", "product_id": "postgresql16-llvmjit-devel-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-plperl-16.6-3.21.1.aarch64", "product_id": "postgresql16-plperl-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-plpython-16.6-3.21.1.aarch64", "product_id": "postgresql16-plpython-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.aarch64", "product_id": "postgresql16-pltcl-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-server-16.6-3.21.1.aarch64", "product_id": "postgresql16-server-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.aarch64", "product_id": "postgresql16-server-devel-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-test-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-test-16.6-3.21.1.aarch64", "product_id": "postgresql16-test-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-17.2-3.5.1.aarch64", "product_id": "postgresql17-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-contrib-17.2-3.5.1.aarch64", "product_id": "postgresql17-contrib-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-devel-17.2-3.5.1.aarch64", "product_id": "postgresql17-devel-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-devel-mini-17.2-3.5.1.aarch64", "product_id": "postgresql17-devel-mini-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-llvmjit-devel-17.2-3.5.1.aarch64", "product_id": "postgresql17-llvmjit-devel-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-plperl-17.2-3.5.1.aarch64", "product_id": "postgresql17-plperl-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-plpython-17.2-3.5.1.aarch64", "product_id": "postgresql17-plpython-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-pltcl-17.2-3.5.1.aarch64", "product_id": "postgresql17-pltcl-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-server-17.2-3.5.1.aarch64", "product_id": "postgresql17-server-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-server-devel-17.2-3.5.1.aarch64", "product_id": "postgresql17-server-devel-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-test-17.2-3.5.1.aarch64", "product": { "name": "postgresql17-test-17.2-3.5.1.aarch64", "product_id": "postgresql17-test-17.2-3.5.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-64bit-17.2-3.5.1.aarch64_ilp32", "product": { "name": "libecpg6-64bit-17.2-3.5.1.aarch64_ilp32", "product_id": "libecpg6-64bit-17.2-3.5.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libpq5-64bit-17.2-3.5.1.aarch64_ilp32", "product": { "name": "libpq5-64bit-17.2-3.5.1.aarch64_ilp32", "product_id": "libpq5-64bit-17.2-3.5.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.i586", "product": { "name": "libecpg6-17.2-3.5.1.i586", "product_id": "libecpg6-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.i586", "product": { "name": "libpq5-17.2-3.5.1.i586", "product_id": "libpq5-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.i586", "product": { "name": "postgresql16-16.6-3.21.1.i586", "product_id": "postgresql16-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.i586", "product": { "name": "postgresql16-contrib-16.6-3.21.1.i586", "product_id": "postgresql16-contrib-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.i586", "product": { "name": "postgresql16-devel-16.6-3.21.1.i586", "product_id": "postgresql16-devel-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-3.21.1.i586", "product": { "name": "postgresql16-llvmjit-devel-16.6-3.21.1.i586", "product_id": "postgresql16-llvmjit-devel-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.i586", "product": { "name": "postgresql16-plperl-16.6-3.21.1.i586", "product_id": "postgresql16-plperl-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.i586", "product": { "name": "postgresql16-plpython-16.6-3.21.1.i586", "product_id": "postgresql16-plpython-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.i586", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.i586", "product_id": "postgresql16-pltcl-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.i586", "product": { "name": "postgresql16-server-16.6-3.21.1.i586", "product_id": "postgresql16-server-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.i586", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.i586", "product_id": "postgresql16-server-devel-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-test-16.6-3.21.1.i586", "product": { "name": "postgresql16-test-16.6-3.21.1.i586", "product_id": "postgresql16-test-16.6-3.21.1.i586" } }, { "category": "product_version", "name": "postgresql17-17.2-3.5.1.i586", "product": { "name": "postgresql17-17.2-3.5.1.i586", "product_id": "postgresql17-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-3.5.1.i586", "product": { "name": "postgresql17-contrib-17.2-3.5.1.i586", "product_id": "postgresql17-contrib-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-3.5.1.i586", "product": { "name": "postgresql17-devel-17.2-3.5.1.i586", "product_id": "postgresql17-devel-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-3.5.1.i586", "product": { "name": "postgresql17-devel-mini-17.2-3.5.1.i586", "product_id": "postgresql17-devel-mini-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-3.5.1.i586", "product": { "name": "postgresql17-llvmjit-devel-17.2-3.5.1.i586", "product_id": "postgresql17-llvmjit-devel-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-3.5.1.i586", "product": { "name": "postgresql17-plperl-17.2-3.5.1.i586", "product_id": "postgresql17-plperl-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-3.5.1.i586", "product": { "name": "postgresql17-plpython-17.2-3.5.1.i586", "product_id": "postgresql17-plpython-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-3.5.1.i586", "product": { "name": "postgresql17-pltcl-17.2-3.5.1.i586", "product_id": "postgresql17-pltcl-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-server-17.2-3.5.1.i586", "product": { "name": "postgresql17-server-17.2-3.5.1.i586", "product_id": "postgresql17-server-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-3.5.1.i586", "product": { "name": "postgresql17-server-devel-17.2-3.5.1.i586", "product_id": "postgresql17-server-devel-17.2-3.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-test-17.2-3.5.1.i586", "product": { "name": "postgresql17-test-17.2-3.5.1.i586", "product_id": "postgresql17-test-17.2-3.5.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql-17-4.29.1.noarch", "product": { "name": "postgresql-17-4.29.1.noarch", "product_id": "postgresql-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-contrib-17-4.29.1.noarch", "product": { "name": "postgresql-contrib-17-4.29.1.noarch", "product_id": "postgresql-contrib-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-devel-17-4.29.1.noarch", "product": { "name": "postgresql-devel-17-4.29.1.noarch", "product_id": "postgresql-devel-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-docs-17-4.29.1.noarch", "product": { "name": "postgresql-docs-17-4.29.1.noarch", "product_id": "postgresql-docs-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-plperl-17-4.29.1.noarch", "product": { "name": "postgresql-plperl-17-4.29.1.noarch", "product_id": "postgresql-plperl-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-plpython-17-4.29.1.noarch", "product": { "name": "postgresql-plpython-17-4.29.1.noarch", "product_id": "postgresql-plpython-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-pltcl-17-4.29.1.noarch", "product": { "name": "postgresql-pltcl-17-4.29.1.noarch", "product_id": "postgresql-pltcl-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-17-4.29.1.noarch", "product": { "name": "postgresql-server-17-4.29.1.noarch", "product_id": "postgresql-server-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-devel-17-4.29.1.noarch", "product": { "name": "postgresql-server-devel-17-4.29.1.noarch", "product_id": "postgresql-server-devel-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-test-17-4.29.1.noarch", "product": { "name": "postgresql-test-17-4.29.1.noarch", "product_id": "postgresql-test-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql16-docs-16.6-3.21.1.noarch", "product": { "name": "postgresql16-docs-16.6-3.21.1.noarch", "product_id": "postgresql16-docs-16.6-3.21.1.noarch" } }, { "category": "product_version", "name": "postgresql17-docs-17.2-3.5.1.noarch", "product": { "name": "postgresql17-docs-17.2-3.5.1.noarch", "product_id": "postgresql17-docs-17.2-3.5.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.ppc64le", "product": { "name": "libecpg6-17.2-3.5.1.ppc64le", "product_id": "libecpg6-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.ppc64le", "product": { "name": "libpq5-17.2-3.5.1.ppc64le", "product_id": "libpq5-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-16.6-3.21.1.ppc64le", "product_id": "postgresql16-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-contrib-16.6-3.21.1.ppc64le", "product_id": "postgresql16-contrib-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-devel-16.6-3.21.1.ppc64le", "product_id": "postgresql16-devel-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-llvmjit-devel-16.6-3.21.1.ppc64le", "product_id": "postgresql16-llvmjit-devel-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-plperl-16.6-3.21.1.ppc64le", "product_id": "postgresql16-plperl-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-plpython-16.6-3.21.1.ppc64le", "product_id": "postgresql16-plpython-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.ppc64le", "product_id": "postgresql16-pltcl-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-server-16.6-3.21.1.ppc64le", "product_id": "postgresql16-server-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.ppc64le", "product_id": "postgresql16-server-devel-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-test-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-test-16.6-3.21.1.ppc64le", "product_id": "postgresql16-test-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-17.2-3.5.1.ppc64le", "product_id": "postgresql17-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-contrib-17.2-3.5.1.ppc64le", "product_id": "postgresql17-contrib-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-devel-17.2-3.5.1.ppc64le", "product_id": "postgresql17-devel-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-devel-mini-17.2-3.5.1.ppc64le", "product_id": "postgresql17-devel-mini-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-llvmjit-devel-17.2-3.5.1.ppc64le", "product_id": "postgresql17-llvmjit-devel-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-plperl-17.2-3.5.1.ppc64le", "product_id": "postgresql17-plperl-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-plpython-17.2-3.5.1.ppc64le", "product_id": "postgresql17-plpython-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-pltcl-17.2-3.5.1.ppc64le", "product_id": "postgresql17-pltcl-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-server-17.2-3.5.1.ppc64le", "product_id": "postgresql17-server-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-server-devel-17.2-3.5.1.ppc64le", "product_id": "postgresql17-server-devel-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-test-17.2-3.5.1.ppc64le", "product": { "name": "postgresql17-test-17.2-3.5.1.ppc64le", "product_id": "postgresql17-test-17.2-3.5.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.s390", "product": { "name": "libecpg6-17.2-3.5.1.s390", "product_id": "libecpg6-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.s390", "product": { "name": "libpq5-17.2-3.5.1.s390", "product_id": "libpq5-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.s390", "product": { "name": "postgresql16-16.6-3.21.1.s390", "product_id": "postgresql16-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.s390", "product": { "name": "postgresql16-contrib-16.6-3.21.1.s390", "product_id": "postgresql16-contrib-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.s390", "product": { "name": "postgresql16-devel-16.6-3.21.1.s390", "product_id": "postgresql16-devel-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-3.21.1.s390", "product": { "name": "postgresql16-llvmjit-devel-16.6-3.21.1.s390", "product_id": "postgresql16-llvmjit-devel-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.s390", "product": { "name": "postgresql16-plperl-16.6-3.21.1.s390", "product_id": "postgresql16-plperl-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.s390", "product": { "name": "postgresql16-plpython-16.6-3.21.1.s390", "product_id": "postgresql16-plpython-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.s390", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.s390", "product_id": "postgresql16-pltcl-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.s390", "product": { "name": "postgresql16-server-16.6-3.21.1.s390", "product_id": "postgresql16-server-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.s390", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.s390", "product_id": "postgresql16-server-devel-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql16-test-16.6-3.21.1.s390", "product": { "name": "postgresql16-test-16.6-3.21.1.s390", "product_id": "postgresql16-test-16.6-3.21.1.s390" } }, { "category": "product_version", "name": "postgresql17-17.2-3.5.1.s390", "product": { "name": "postgresql17-17.2-3.5.1.s390", "product_id": "postgresql17-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-3.5.1.s390", "product": { "name": "postgresql17-contrib-17.2-3.5.1.s390", "product_id": "postgresql17-contrib-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-3.5.1.s390", "product": { "name": "postgresql17-devel-17.2-3.5.1.s390", "product_id": "postgresql17-devel-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-3.5.1.s390", "product": { "name": "postgresql17-devel-mini-17.2-3.5.1.s390", "product_id": "postgresql17-devel-mini-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-3.5.1.s390", "product": { "name": "postgresql17-llvmjit-devel-17.2-3.5.1.s390", "product_id": "postgresql17-llvmjit-devel-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-3.5.1.s390", "product": { "name": "postgresql17-plperl-17.2-3.5.1.s390", "product_id": "postgresql17-plperl-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-3.5.1.s390", "product": { "name": "postgresql17-plpython-17.2-3.5.1.s390", "product_id": "postgresql17-plpython-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-3.5.1.s390", "product": { "name": "postgresql17-pltcl-17.2-3.5.1.s390", "product_id": "postgresql17-pltcl-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-server-17.2-3.5.1.s390", "product": { "name": "postgresql17-server-17.2-3.5.1.s390", "product_id": "postgresql17-server-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-3.5.1.s390", "product": { "name": "postgresql17-server-devel-17.2-3.5.1.s390", "product_id": "postgresql17-server-devel-17.2-3.5.1.s390" } }, { "category": "product_version", "name": "postgresql17-test-17.2-3.5.1.s390", "product": { "name": "postgresql17-test-17.2-3.5.1.s390", "product_id": "postgresql17-test-17.2-3.5.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.s390x", "product": { "name": "libecpg6-17.2-3.5.1.s390x", "product_id": "libecpg6-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "libecpg6-32bit-17.2-3.5.1.s390x", "product": { "name": "libecpg6-32bit-17.2-3.5.1.s390x", "product_id": "libecpg6-32bit-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.s390x", "product": { "name": "libpq5-17.2-3.5.1.s390x", "product_id": "libpq5-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-32bit-17.2-3.5.1.s390x", "product": { "name": "libpq5-32bit-17.2-3.5.1.s390x", "product_id": "libpq5-32bit-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.s390x", "product": { "name": "postgresql16-16.6-3.21.1.s390x", "product_id": "postgresql16-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.s390x", "product": { "name": "postgresql16-contrib-16.6-3.21.1.s390x", "product_id": "postgresql16-contrib-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.s390x", "product": { "name": "postgresql16-devel-16.6-3.21.1.s390x", "product_id": "postgresql16-devel-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-3.21.1.s390x", "product": { "name": "postgresql16-llvmjit-devel-16.6-3.21.1.s390x", "product_id": "postgresql16-llvmjit-devel-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.s390x", "product": { "name": "postgresql16-plperl-16.6-3.21.1.s390x", "product_id": "postgresql16-plperl-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.s390x", "product": { "name": "postgresql16-plpython-16.6-3.21.1.s390x", "product_id": "postgresql16-plpython-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.s390x", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.s390x", "product_id": "postgresql16-pltcl-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.s390x", "product": { "name": "postgresql16-server-16.6-3.21.1.s390x", "product_id": "postgresql16-server-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.s390x", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.s390x", "product_id": "postgresql16-server-devel-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-test-16.6-3.21.1.s390x", "product": { "name": "postgresql16-test-16.6-3.21.1.s390x", "product_id": "postgresql16-test-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql17-17.2-3.5.1.s390x", "product": { "name": "postgresql17-17.2-3.5.1.s390x", "product_id": "postgresql17-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-3.5.1.s390x", "product": { "name": "postgresql17-contrib-17.2-3.5.1.s390x", "product_id": "postgresql17-contrib-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-3.5.1.s390x", "product": { "name": "postgresql17-devel-17.2-3.5.1.s390x", "product_id": "postgresql17-devel-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-3.5.1.s390x", "product": { "name": "postgresql17-devel-mini-17.2-3.5.1.s390x", "product_id": "postgresql17-devel-mini-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-3.5.1.s390x", "product": { "name": "postgresql17-llvmjit-devel-17.2-3.5.1.s390x", "product_id": "postgresql17-llvmjit-devel-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-3.5.1.s390x", "product": { "name": "postgresql17-plperl-17.2-3.5.1.s390x", "product_id": "postgresql17-plperl-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-3.5.1.s390x", "product": { "name": "postgresql17-plpython-17.2-3.5.1.s390x", "product_id": "postgresql17-plpython-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-3.5.1.s390x", "product": { "name": "postgresql17-pltcl-17.2-3.5.1.s390x", "product_id": "postgresql17-pltcl-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-17.2-3.5.1.s390x", "product": { "name": "postgresql17-server-17.2-3.5.1.s390x", "product_id": "postgresql17-server-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-3.5.1.s390x", "product": { "name": "postgresql17-server-devel-17.2-3.5.1.s390x", "product_id": "postgresql17-server-devel-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-test-17.2-3.5.1.s390x", "product": { "name": "postgresql17-test-17.2-3.5.1.s390x", "product_id": "postgresql17-test-17.2-3.5.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.x86_64", "product": { "name": "libecpg6-17.2-3.5.1.x86_64", "product_id": "libecpg6-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-17.2-3.5.1.x86_64", "product": { "name": "libecpg6-32bit-17.2-3.5.1.x86_64", "product_id": "libecpg6-32bit-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.x86_64", "product": { "name": "libpq5-17.2-3.5.1.x86_64", "product_id": "libpq5-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-17.2-3.5.1.x86_64", "product": { "name": "libpq5-32bit-17.2-3.5.1.x86_64", "product_id": "libpq5-32bit-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-16.6-3.21.1.x86_64", "product_id": "postgresql16-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-contrib-16.6-3.21.1.x86_64", "product_id": "postgresql16-contrib-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-devel-16.6-3.21.1.x86_64", "product_id": "postgresql16-devel-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-llvmjit-devel-16.6-3.21.1.x86_64", "product_id": "postgresql16-llvmjit-devel-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-plperl-16.6-3.21.1.x86_64", "product_id": "postgresql16-plperl-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-plpython-16.6-3.21.1.x86_64", "product_id": "postgresql16-plpython-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.x86_64", "product_id": "postgresql16-pltcl-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-server-16.6-3.21.1.x86_64", "product_id": "postgresql16-server-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.x86_64", "product_id": "postgresql16-server-devel-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-test-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-test-16.6-3.21.1.x86_64", "product_id": "postgresql16-test-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-17.2-3.5.1.x86_64", "product_id": "postgresql17-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-contrib-17.2-3.5.1.x86_64", "product_id": "postgresql17-contrib-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-devel-17.2-3.5.1.x86_64", "product_id": "postgresql17-devel-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-devel-mini-17.2-3.5.1.x86_64", "product_id": "postgresql17-devel-mini-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-llvmjit-devel-17.2-3.5.1.x86_64", "product_id": "postgresql17-llvmjit-devel-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-plperl-17.2-3.5.1.x86_64", "product_id": "postgresql17-plperl-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-plpython-17.2-3.5.1.x86_64", "product_id": "postgresql17-plpython-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-pltcl-17.2-3.5.1.x86_64", "product_id": "postgresql17-pltcl-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-server-17.2-3.5.1.x86_64", "product_id": "postgresql17-server-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-server-devel-17.2-3.5.1.x86_64", "product_id": "postgresql17-server-devel-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-test-17.2-3.5.1.x86_64", "product": { "name": "postgresql17-test-17.2-3.5.1.x86_64", "product_id": "postgresql17-test-17.2-3.5.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64" }, "product_reference": "libecpg6-17.2-3.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-3.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x" }, "product_reference": "libecpg6-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x" }, "product_reference": "libecpg6-32bit-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64" }, "product_reference": "libpq5-17.2-3.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le" }, "product_reference": "libpq5-17.2-3.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x" }, "product_reference": "libpq5-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x" }, "product_reference": "libpq5-32bit-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch" }, "product_reference": "postgresql-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch" }, "product_reference": "postgresql-contrib-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch" }, "product_reference": "postgresql-docs-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch" }, "product_reference": "postgresql-plperl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch" }, "product_reference": "postgresql-plpython-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch" }, "product_reference": "postgresql-pltcl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch" }, "product_reference": "postgresql-server-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-3.21.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-3.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-server-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-server-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch" }, "product_reference": "postgresql-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch" }, "product_reference": "postgresql-contrib-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch" }, "product_reference": "postgresql-docs-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch" }, "product_reference": "postgresql-plperl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch" }, "product_reference": "postgresql-plpython-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch" }, "product_reference": "postgresql-pltcl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch" }, "product_reference": "postgresql-server-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-3.21.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-3.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-25T16:10:40Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-25T16:10:40Z", "details": "low" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-25T16:10:40Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-25T16:10:40Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4176-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql14", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql14 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4176,SUSE-SLE-Module-Legacy-15-SP5-2024-4176,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-4176,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-4176,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-4176,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4176,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4176,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-4176,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-4176,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-4176,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4176,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-4176,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-4176,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4176,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-4176,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-4176,SUSE-Storage-7.1-2024-4176,openSUSE-SLE-15.5-2024-4176", "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_4176-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4176-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244176-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4176-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019914.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql14", "tracking": { "current_release_date": "2024-12-04T14:53:35Z", "generator": { "date": "2024-12-04T14:53:35Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4176-1", "initial_release_date": "2024-12-04T14:53:35Z", "revision_history": [ { "date": "2024-12-04T14:53:35Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-contrib-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-devel-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-llvmjit-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-plperl-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-plpython-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-server-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150200.5.50.1.aarch64", "product": { "name": "postgresql14-test-14.15-150200.5.50.1.aarch64", "product_id": "postgresql14-test-14.15-150200.5.50.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-14.15-150200.5.50.1.i586", "product_id": "postgresql14-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-contrib-14.15-150200.5.50.1.i586", "product_id": "postgresql14-contrib-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-devel-14.15-150200.5.50.1.i586", "product_id": "postgresql14-devel-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-llvmjit-14.15-150200.5.50.1.i586", "product_id": "postgresql14-llvmjit-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.i586", "product_id": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-plperl-14.15-150200.5.50.1.i586", "product_id": "postgresql14-plperl-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-plpython-14.15-150200.5.50.1.i586", "product_id": "postgresql14-plpython-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.i586", "product_id": "postgresql14-pltcl-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-server-14.15-150200.5.50.1.i586", "product_id": "postgresql14-server-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.i586", "product_id": "postgresql14-server-devel-14.15-150200.5.50.1.i586" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150200.5.50.1.i586", "product": { "name": "postgresql14-test-14.15-150200.5.50.1.i586", "product_id": "postgresql14-test-14.15-150200.5.50.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql14-docs-14.15-150200.5.50.1.noarch", "product": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch", "product_id": "postgresql14-docs-14.15-150200.5.50.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-devel-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-server-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150200.5.50.1.ppc64le", "product": { "name": "postgresql14-test-14.15-150200.5.50.1.ppc64le", "product_id": "postgresql14-test-14.15-150200.5.50.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-contrib-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-contrib-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-devel-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-devel-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-llvmjit-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-plperl-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-plperl-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-plpython-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-plpython-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-pltcl-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-server-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-server-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-server-devel-14.15-150200.5.50.1.s390x" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150200.5.50.1.s390x", "product": { "name": "postgresql14-test-14.15-150200.5.50.1.s390x", "product_id": "postgresql14-test-14.15-150200.5.50.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-contrib-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-devel-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-llvmjit-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-plperl-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-plpython-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-server-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150200.5.50.1.x86_64", "product": { "name": "postgresql14-test-14.15-150200.5.50.1.x86_64", "product_id": "postgresql14-test-14.15-150200.5.50.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": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-test-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-test-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-test-14.15-150200.5.50.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.15-150200.5.50.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.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-test-14.15-150200.5.50.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.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150200.5.50.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150200.5.50.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.15-150200.5.50.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64" }, "product_reference": "postgresql14-test-14.15-150200.5.50.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.15-150200.5.50.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le" }, "product_reference": "postgresql14-test-14.15-150200.5.50.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.15-150200.5.50.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x" }, "product_reference": "postgresql14-test-14.15-150200.5.50.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.15-150200.5.50.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" }, "product_reference": "postgresql14-test-14.15-150200.5.50.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:53:35Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:53:35Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:53:35Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Proxy 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Proxy 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-devel-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-docs-14.15-150200.5.50.1.noarch", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-14.15-150200.5.50.1.x86_64", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "SUSE Manager Server 4.3:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-contrib-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-docs-14.15-150200.5.50.1.noarch", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plperl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-plpython-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-pltcl-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-server-devel-14.15-150200.5.50.1.x86_64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.aarch64", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.ppc64le", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.s390x", "openSUSE Leap 15.5:postgresql14-test-14.15-150200.5.50.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:53:35Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4114-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql13", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql13 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4114,SUSE-SLE-SERVER-12-SP5-LTSS-2024-4114,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-4114", "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_4114-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4114-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244114-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4114-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019874.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql13", "tracking": { "current_release_date": "2024-11-29T09:26:32Z", "generator": { "date": "2024-11-29T09:26:32Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4114-1", "initial_release_date": "2024-11-29T09:26:32Z", "revision_history": [ { "date": "2024-11-29T09:26:32Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-13.18-3.55.2.aarch64", "product_id": "postgresql13-13.18-3.55.2.aarch64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-contrib-13.18-3.55.2.aarch64", "product_id": "postgresql13-contrib-13.18-3.55.2.aarch64" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-devel-13.18-3.55.2.aarch64", "product_id": "postgresql13-devel-13.18-3.55.2.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-llvmjit-devel-13.18-3.55.2.aarch64", "product_id": "postgresql13-llvmjit-devel-13.18-3.55.2.aarch64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-plperl-13.18-3.55.2.aarch64", "product_id": "postgresql13-plperl-13.18-3.55.2.aarch64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-plpython-13.18-3.55.2.aarch64", "product_id": "postgresql13-plpython-13.18-3.55.2.aarch64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-pltcl-13.18-3.55.2.aarch64", "product_id": "postgresql13-pltcl-13.18-3.55.2.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-server-13.18-3.55.2.aarch64", "product_id": "postgresql13-server-13.18-3.55.2.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-server-devel-13.18-3.55.2.aarch64", "product_id": "postgresql13-server-devel-13.18-3.55.2.aarch64" } }, { "category": "product_version", "name": "postgresql13-test-13.18-3.55.2.aarch64", "product": { "name": "postgresql13-test-13.18-3.55.2.aarch64", "product_id": "postgresql13-test-13.18-3.55.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-3.55.2.i586", "product": { "name": "postgresql13-13.18-3.55.2.i586", "product_id": "postgresql13-13.18-3.55.2.i586" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-3.55.2.i586", "product": { "name": "postgresql13-contrib-13.18-3.55.2.i586", "product_id": "postgresql13-contrib-13.18-3.55.2.i586" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-3.55.2.i586", "product": { "name": "postgresql13-devel-13.18-3.55.2.i586", "product_id": "postgresql13-devel-13.18-3.55.2.i586" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-3.55.2.i586", "product": { "name": "postgresql13-llvmjit-devel-13.18-3.55.2.i586", "product_id": "postgresql13-llvmjit-devel-13.18-3.55.2.i586" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-3.55.2.i586", "product": { "name": "postgresql13-plperl-13.18-3.55.2.i586", "product_id": "postgresql13-plperl-13.18-3.55.2.i586" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-3.55.2.i586", "product": { "name": "postgresql13-plpython-13.18-3.55.2.i586", "product_id": "postgresql13-plpython-13.18-3.55.2.i586" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-3.55.2.i586", "product": { "name": "postgresql13-pltcl-13.18-3.55.2.i586", "product_id": "postgresql13-pltcl-13.18-3.55.2.i586" } }, { "category": "product_version", "name": "postgresql13-server-13.18-3.55.2.i586", "product": { "name": "postgresql13-server-13.18-3.55.2.i586", "product_id": "postgresql13-server-13.18-3.55.2.i586" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-3.55.2.i586", "product": { "name": "postgresql13-server-devel-13.18-3.55.2.i586", "product_id": "postgresql13-server-devel-13.18-3.55.2.i586" } }, { "category": "product_version", "name": "postgresql13-test-13.18-3.55.2.i586", "product": { "name": "postgresql13-test-13.18-3.55.2.i586", "product_id": "postgresql13-test-13.18-3.55.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql13-docs-13.18-3.55.2.noarch", "product": { "name": "postgresql13-docs-13.18-3.55.2.noarch", "product_id": "postgresql13-docs-13.18-3.55.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-13.18-3.55.2.ppc64le", "product_id": "postgresql13-13.18-3.55.2.ppc64le" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-contrib-13.18-3.55.2.ppc64le", "product_id": "postgresql13-contrib-13.18-3.55.2.ppc64le" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-devel-13.18-3.55.2.ppc64le", "product_id": "postgresql13-devel-13.18-3.55.2.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-llvmjit-devel-13.18-3.55.2.ppc64le", "product_id": "postgresql13-llvmjit-devel-13.18-3.55.2.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-plperl-13.18-3.55.2.ppc64le", "product_id": "postgresql13-plperl-13.18-3.55.2.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-plpython-13.18-3.55.2.ppc64le", "product_id": "postgresql13-plpython-13.18-3.55.2.ppc64le" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-pltcl-13.18-3.55.2.ppc64le", "product_id": "postgresql13-pltcl-13.18-3.55.2.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-server-13.18-3.55.2.ppc64le", "product_id": "postgresql13-server-13.18-3.55.2.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-server-devel-13.18-3.55.2.ppc64le", "product_id": "postgresql13-server-devel-13.18-3.55.2.ppc64le" } }, { "category": "product_version", "name": "postgresql13-test-13.18-3.55.2.ppc64le", "product": { "name": "postgresql13-test-13.18-3.55.2.ppc64le", "product_id": "postgresql13-test-13.18-3.55.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-3.55.2.s390", "product": { "name": "postgresql13-13.18-3.55.2.s390", "product_id": "postgresql13-13.18-3.55.2.s390" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-3.55.2.s390", "product": { "name": "postgresql13-contrib-13.18-3.55.2.s390", "product_id": "postgresql13-contrib-13.18-3.55.2.s390" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-3.55.2.s390", "product": { "name": "postgresql13-devel-13.18-3.55.2.s390", "product_id": "postgresql13-devel-13.18-3.55.2.s390" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-3.55.2.s390", "product": { "name": "postgresql13-llvmjit-devel-13.18-3.55.2.s390", "product_id": "postgresql13-llvmjit-devel-13.18-3.55.2.s390" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-3.55.2.s390", "product": { "name": "postgresql13-plperl-13.18-3.55.2.s390", "product_id": "postgresql13-plperl-13.18-3.55.2.s390" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-3.55.2.s390", "product": { "name": "postgresql13-plpython-13.18-3.55.2.s390", "product_id": "postgresql13-plpython-13.18-3.55.2.s390" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-3.55.2.s390", "product": { "name": "postgresql13-pltcl-13.18-3.55.2.s390", "product_id": "postgresql13-pltcl-13.18-3.55.2.s390" } }, { "category": "product_version", "name": "postgresql13-server-13.18-3.55.2.s390", "product": { "name": "postgresql13-server-13.18-3.55.2.s390", "product_id": "postgresql13-server-13.18-3.55.2.s390" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-3.55.2.s390", "product": { "name": "postgresql13-server-devel-13.18-3.55.2.s390", "product_id": "postgresql13-server-devel-13.18-3.55.2.s390" } }, { "category": "product_version", "name": "postgresql13-test-13.18-3.55.2.s390", "product": { "name": "postgresql13-test-13.18-3.55.2.s390", "product_id": "postgresql13-test-13.18-3.55.2.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-3.55.2.s390x", "product": { "name": "postgresql13-13.18-3.55.2.s390x", "product_id": "postgresql13-13.18-3.55.2.s390x" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-3.55.2.s390x", "product": { "name": "postgresql13-contrib-13.18-3.55.2.s390x", "product_id": "postgresql13-contrib-13.18-3.55.2.s390x" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-3.55.2.s390x", "product": { "name": "postgresql13-devel-13.18-3.55.2.s390x", "product_id": "postgresql13-devel-13.18-3.55.2.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-3.55.2.s390x", "product": { "name": "postgresql13-llvmjit-devel-13.18-3.55.2.s390x", "product_id": "postgresql13-llvmjit-devel-13.18-3.55.2.s390x" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-3.55.2.s390x", "product": { "name": "postgresql13-plperl-13.18-3.55.2.s390x", "product_id": "postgresql13-plperl-13.18-3.55.2.s390x" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-3.55.2.s390x", "product": { "name": "postgresql13-plpython-13.18-3.55.2.s390x", "product_id": "postgresql13-plpython-13.18-3.55.2.s390x" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-3.55.2.s390x", "product": { "name": "postgresql13-pltcl-13.18-3.55.2.s390x", "product_id": "postgresql13-pltcl-13.18-3.55.2.s390x" } }, { "category": "product_version", "name": "postgresql13-server-13.18-3.55.2.s390x", "product": { "name": "postgresql13-server-13.18-3.55.2.s390x", "product_id": "postgresql13-server-13.18-3.55.2.s390x" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-3.55.2.s390x", "product": { "name": "postgresql13-server-devel-13.18-3.55.2.s390x", "product_id": "postgresql13-server-devel-13.18-3.55.2.s390x" } }, { "category": "product_version", "name": "postgresql13-test-13.18-3.55.2.s390x", "product": { "name": "postgresql13-test-13.18-3.55.2.s390x", "product_id": "postgresql13-test-13.18-3.55.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-13.18-3.55.2.x86_64", "product_id": "postgresql13-13.18-3.55.2.x86_64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-contrib-13.18-3.55.2.x86_64", "product_id": "postgresql13-contrib-13.18-3.55.2.x86_64" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-devel-13.18-3.55.2.x86_64", "product_id": "postgresql13-devel-13.18-3.55.2.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-llvmjit-devel-13.18-3.55.2.x86_64", "product_id": "postgresql13-llvmjit-devel-13.18-3.55.2.x86_64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-plperl-13.18-3.55.2.x86_64", "product_id": "postgresql13-plperl-13.18-3.55.2.x86_64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-plpython-13.18-3.55.2.x86_64", "product_id": "postgresql13-plpython-13.18-3.55.2.x86_64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-pltcl-13.18-3.55.2.x86_64", "product_id": "postgresql13-pltcl-13.18-3.55.2.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-server-13.18-3.55.2.x86_64", "product_id": "postgresql13-server-13.18-3.55.2.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-server-devel-13.18-3.55.2.x86_64", "product_id": "postgresql13-server-devel-13.18-3.55.2.x86_64" } }, { "category": "product_version", "name": "postgresql13-test-13.18-3.55.2.x86_64", "product": { "name": "postgresql13-test-13.18-3.55.2.x86_64", "product_id": "postgresql13-test-13.18-3.55.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-3.55.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64" }, "product_reference": "postgresql13-13.18-3.55.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-3.55.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le" }, "product_reference": "postgresql13-13.18-3.55.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-3.55.2.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x" }, "product_reference": "postgresql13-13.18-3.55.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-3.55.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64" }, "product_reference": "postgresql13-contrib-13.18-3.55.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-3.55.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le" }, "product_reference": "postgresql13-contrib-13.18-3.55.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-3.55.2.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x" }, "product_reference": "postgresql13-contrib-13.18-3.55.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-contrib-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-3.55.2.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch" }, "product_reference": "postgresql13-docs-13.18-3.55.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-3.55.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64" }, "product_reference": "postgresql13-plperl-13.18-3.55.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-3.55.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le" }, "product_reference": "postgresql13-plperl-13.18-3.55.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-3.55.2.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x" }, "product_reference": "postgresql13-plperl-13.18-3.55.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-plperl-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-3.55.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64" }, "product_reference": "postgresql13-plpython-13.18-3.55.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-3.55.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le" }, "product_reference": "postgresql13-plpython-13.18-3.55.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-3.55.2.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x" }, "product_reference": "postgresql13-plpython-13.18-3.55.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-plpython-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-3.55.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-3.55.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-3.55.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le" }, "product_reference": "postgresql13-pltcl-13.18-3.55.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-3.55.2.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x" }, "product_reference": "postgresql13-pltcl-13.18-3.55.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-3.55.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64" }, "product_reference": "postgresql13-server-13.18-3.55.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-3.55.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le" }, "product_reference": "postgresql13-server-13.18-3.55.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-3.55.2.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x" }, "product_reference": "postgresql13-server-13.18-3.55.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-server-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-contrib-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-3.55.2.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch" }, "product_reference": "postgresql13-docs-13.18-3.55.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-plperl-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-plpython-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-3.55.2.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" }, "product_reference": "postgresql13-server-13.18-3.55.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T09:26:32Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T09:26:32Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T09:26:32Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql13-server-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-contrib-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-docs-13.18-3.55.2.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plperl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-plpython-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-pltcl-13.18-3.55.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql13-server-13.18-3.55.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T09:26:32Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4099-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql12", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql12 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4099,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-4099,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-4099,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-4099,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-4099,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-4099,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-4099,SUSE-Storage-7.1-2024-4099,openSUSE-SLE-15.5-2024-4099,openSUSE-SLE-15.6-2024-4099", "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_4099-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4099-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244099-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4099-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019868.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql12", "tracking": { "current_release_date": "2024-11-28T12:25:11Z", "generator": { "date": "2024-11-28T12:25:11Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4099-1", "initial_release_date": "2024-11-28T12:25:11Z", "revision_history": [ { "date": "2024-11-28T12:25:11Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-contrib-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-contrib-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-devel-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-devel-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-llvmjit-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-plperl-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-plperl-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-plpython-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-plpython-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-server-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-server-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-test-12.22-150200.8.66.1.aarch64", "product": { "name": "postgresql12-test-12.22-150200.8.66.1.aarch64", "product_id": "postgresql12-test-12.22-150200.8.66.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-12.22-150200.8.66.1.i586", "product_id": "postgresql12-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-contrib-12.22-150200.8.66.1.i586", "product_id": "postgresql12-contrib-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-devel-12.22-150200.8.66.1.i586", "product_id": "postgresql12-devel-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.i586", "product_id": "postgresql12-llvmjit-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.i586", "product_id": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-plperl-12.22-150200.8.66.1.i586", "product_id": "postgresql12-plperl-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-plpython-12.22-150200.8.66.1.i586", "product_id": "postgresql12-plpython-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.i586", "product_id": "postgresql12-pltcl-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-server-12.22-150200.8.66.1.i586", "product_id": "postgresql12-server-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.i586", "product_id": "postgresql12-server-devel-12.22-150200.8.66.1.i586" } }, { "category": "product_version", "name": "postgresql12-test-12.22-150200.8.66.1.i586", "product": { "name": "postgresql12-test-12.22-150200.8.66.1.i586", "product_id": "postgresql12-test-12.22-150200.8.66.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql12-docs-12.22-150200.8.66.1.noarch", "product": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch", "product_id": "postgresql12-docs-12.22-150200.8.66.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-devel-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-devel-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-server-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-server-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-test-12.22-150200.8.66.1.ppc64le", "product": { "name": "postgresql12-test-12.22-150200.8.66.1.ppc64le", "product_id": "postgresql12-test-12.22-150200.8.66.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-contrib-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-contrib-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-devel-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-devel-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-llvmjit-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-plperl-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-plperl-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-plpython-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-plpython-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-pltcl-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-server-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-server-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-server-devel-12.22-150200.8.66.1.s390x" } }, { "category": "product_version", "name": "postgresql12-test-12.22-150200.8.66.1.s390x", "product": { "name": "postgresql12-test-12.22-150200.8.66.1.s390x", "product_id": "postgresql12-test-12.22-150200.8.66.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-contrib-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-devel-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-llvmjit-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-plperl-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-plpython-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-server-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-test-12.22-150200.8.66.1.x86_64", "product": { "name": "postgresql12-test-12.22-150200.8.66.1.x86_64", "product_id": "postgresql12-test-12.22-150200.8.66.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_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_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": "postgresql12-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch" }, "product_reference": "postgresql12-docs-12.22-150200.8.66.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch" }, "product_reference": "postgresql12-docs-12.22-150200.8.66.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch" }, "product_reference": "postgresql12-docs-12.22-150200.8.66.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch" }, "product_reference": "postgresql12-docs-12.22-150200.8.66.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch" }, "product_reference": "postgresql12-docs-12.22-150200.8.66.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch" }, "product_reference": "postgresql12-docs-12.22-150200.8.66.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch" }, "product_reference": "postgresql12-docs-12.22-150200.8.66.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch" }, "product_reference": "postgresql12-docs-12.22-150200.8.66.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-test-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-test-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-test-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-test-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-150200.8.66.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch" }, "product_reference": "postgresql12-docs-12.22-150200.8.66.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.22-150200.8.66.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64" }, "product_reference": "postgresql12-test-12.22-150200.8.66.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.22-150200.8.66.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le" }, "product_reference": "postgresql12-test-12.22-150200.8.66.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.22-150200.8.66.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x" }, "product_reference": "postgresql12-test-12.22-150200.8.66.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-test-12.22-150200.8.66.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" }, "product_reference": "postgresql12-test-12.22-150200.8.66.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:25:11Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:25:11Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:25:11Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.22-150200.8.66.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.22-150200.8.66.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.5:postgresql12-test-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-contrib-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-docs-12.22-150200.8.66.1.noarch", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-llvmjit-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plperl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-plpython-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-pltcl-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-server-devel-12.22-150200.8.66.1.x86_64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.aarch64", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.ppc64le", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.s390x", "openSUSE Leap 15.6:postgresql12-test-12.22-150200.8.66.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:25:11Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4096-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql14", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql14 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4096,SUSE-SLE-SERVER-12-SP5-LTSS-2024-4096,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-4096", "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_4096-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4096-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244096-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4096-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019871.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql14", "tracking": { "current_release_date": "2024-11-28T12:24:08Z", "generator": { "date": "2024-11-28T12:24:08Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4096-1", "initial_release_date": "2024-11-28T12:24:08Z", "revision_history": [ { "date": "2024-11-28T12:24:08Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-14.15-3.49.1.aarch64", "product_id": "postgresql14-14.15-3.49.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-contrib-14.15-3.49.1.aarch64", "product_id": "postgresql14-contrib-14.15-3.49.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-devel-14.15-3.49.1.aarch64", "product_id": "postgresql14-devel-14.15-3.49.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-llvmjit-devel-14.15-3.49.1.aarch64", "product_id": "postgresql14-llvmjit-devel-14.15-3.49.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-plperl-14.15-3.49.1.aarch64", "product_id": "postgresql14-plperl-14.15-3.49.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-plpython-14.15-3.49.1.aarch64", "product_id": "postgresql14-plpython-14.15-3.49.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-pltcl-14.15-3.49.1.aarch64", "product_id": "postgresql14-pltcl-14.15-3.49.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-server-14.15-3.49.1.aarch64", "product_id": "postgresql14-server-14.15-3.49.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-server-devel-14.15-3.49.1.aarch64", "product_id": "postgresql14-server-devel-14.15-3.49.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-test-14.15-3.49.1.aarch64", "product": { "name": "postgresql14-test-14.15-3.49.1.aarch64", "product_id": "postgresql14-test-14.15-3.49.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-3.49.1.i586", "product": { "name": "postgresql14-14.15-3.49.1.i586", "product_id": "postgresql14-14.15-3.49.1.i586" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-3.49.1.i586", "product": { "name": "postgresql14-contrib-14.15-3.49.1.i586", "product_id": "postgresql14-contrib-14.15-3.49.1.i586" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-3.49.1.i586", "product": { "name": "postgresql14-devel-14.15-3.49.1.i586", "product_id": "postgresql14-devel-14.15-3.49.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-3.49.1.i586", "product": { "name": "postgresql14-llvmjit-devel-14.15-3.49.1.i586", "product_id": "postgresql14-llvmjit-devel-14.15-3.49.1.i586" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-3.49.1.i586", "product": { "name": "postgresql14-plperl-14.15-3.49.1.i586", "product_id": "postgresql14-plperl-14.15-3.49.1.i586" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-3.49.1.i586", "product": { "name": "postgresql14-plpython-14.15-3.49.1.i586", "product_id": "postgresql14-plpython-14.15-3.49.1.i586" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-3.49.1.i586", "product": { "name": "postgresql14-pltcl-14.15-3.49.1.i586", "product_id": "postgresql14-pltcl-14.15-3.49.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-14.15-3.49.1.i586", "product": { "name": "postgresql14-server-14.15-3.49.1.i586", "product_id": "postgresql14-server-14.15-3.49.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-3.49.1.i586", "product": { "name": "postgresql14-server-devel-14.15-3.49.1.i586", "product_id": "postgresql14-server-devel-14.15-3.49.1.i586" } }, { "category": "product_version", "name": "postgresql14-test-14.15-3.49.1.i586", "product": { "name": "postgresql14-test-14.15-3.49.1.i586", "product_id": "postgresql14-test-14.15-3.49.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql14-docs-14.15-3.49.1.noarch", "product": { "name": "postgresql14-docs-14.15-3.49.1.noarch", "product_id": "postgresql14-docs-14.15-3.49.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-14.15-3.49.1.ppc64le", "product_id": "postgresql14-14.15-3.49.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-contrib-14.15-3.49.1.ppc64le", "product_id": "postgresql14-contrib-14.15-3.49.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-devel-14.15-3.49.1.ppc64le", "product_id": "postgresql14-devel-14.15-3.49.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-llvmjit-devel-14.15-3.49.1.ppc64le", "product_id": "postgresql14-llvmjit-devel-14.15-3.49.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-plperl-14.15-3.49.1.ppc64le", "product_id": "postgresql14-plperl-14.15-3.49.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-plpython-14.15-3.49.1.ppc64le", "product_id": "postgresql14-plpython-14.15-3.49.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-pltcl-14.15-3.49.1.ppc64le", "product_id": "postgresql14-pltcl-14.15-3.49.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-server-14.15-3.49.1.ppc64le", "product_id": "postgresql14-server-14.15-3.49.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-server-devel-14.15-3.49.1.ppc64le", "product_id": "postgresql14-server-devel-14.15-3.49.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-test-14.15-3.49.1.ppc64le", "product": { "name": "postgresql14-test-14.15-3.49.1.ppc64le", "product_id": "postgresql14-test-14.15-3.49.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-3.49.1.s390", "product": { "name": "postgresql14-14.15-3.49.1.s390", "product_id": "postgresql14-14.15-3.49.1.s390" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-3.49.1.s390", "product": { "name": "postgresql14-contrib-14.15-3.49.1.s390", "product_id": "postgresql14-contrib-14.15-3.49.1.s390" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-3.49.1.s390", "product": { "name": "postgresql14-devel-14.15-3.49.1.s390", "product_id": "postgresql14-devel-14.15-3.49.1.s390" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-3.49.1.s390", "product": { "name": "postgresql14-llvmjit-devel-14.15-3.49.1.s390", "product_id": "postgresql14-llvmjit-devel-14.15-3.49.1.s390" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-3.49.1.s390", "product": { "name": "postgresql14-plperl-14.15-3.49.1.s390", "product_id": "postgresql14-plperl-14.15-3.49.1.s390" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-3.49.1.s390", "product": { "name": "postgresql14-plpython-14.15-3.49.1.s390", "product_id": "postgresql14-plpython-14.15-3.49.1.s390" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-3.49.1.s390", "product": { "name": "postgresql14-pltcl-14.15-3.49.1.s390", "product_id": "postgresql14-pltcl-14.15-3.49.1.s390" } }, { "category": "product_version", "name": "postgresql14-server-14.15-3.49.1.s390", "product": { "name": "postgresql14-server-14.15-3.49.1.s390", "product_id": "postgresql14-server-14.15-3.49.1.s390" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-3.49.1.s390", "product": { "name": "postgresql14-server-devel-14.15-3.49.1.s390", "product_id": "postgresql14-server-devel-14.15-3.49.1.s390" } }, { "category": "product_version", "name": "postgresql14-test-14.15-3.49.1.s390", "product": { "name": "postgresql14-test-14.15-3.49.1.s390", "product_id": "postgresql14-test-14.15-3.49.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-3.49.1.s390x", "product": { "name": "postgresql14-14.15-3.49.1.s390x", "product_id": "postgresql14-14.15-3.49.1.s390x" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-3.49.1.s390x", "product": { "name": "postgresql14-contrib-14.15-3.49.1.s390x", "product_id": "postgresql14-contrib-14.15-3.49.1.s390x" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-3.49.1.s390x", "product": { "name": "postgresql14-devel-14.15-3.49.1.s390x", "product_id": "postgresql14-devel-14.15-3.49.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-3.49.1.s390x", "product": { "name": "postgresql14-llvmjit-devel-14.15-3.49.1.s390x", "product_id": "postgresql14-llvmjit-devel-14.15-3.49.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-3.49.1.s390x", "product": { "name": "postgresql14-plperl-14.15-3.49.1.s390x", "product_id": "postgresql14-plperl-14.15-3.49.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-3.49.1.s390x", "product": { "name": "postgresql14-plpython-14.15-3.49.1.s390x", "product_id": "postgresql14-plpython-14.15-3.49.1.s390x" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-3.49.1.s390x", "product": { "name": "postgresql14-pltcl-14.15-3.49.1.s390x", "product_id": "postgresql14-pltcl-14.15-3.49.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-14.15-3.49.1.s390x", "product": { "name": "postgresql14-server-14.15-3.49.1.s390x", "product_id": "postgresql14-server-14.15-3.49.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-3.49.1.s390x", "product": { "name": "postgresql14-server-devel-14.15-3.49.1.s390x", "product_id": "postgresql14-server-devel-14.15-3.49.1.s390x" } }, { "category": "product_version", "name": "postgresql14-test-14.15-3.49.1.s390x", "product": { "name": "postgresql14-test-14.15-3.49.1.s390x", "product_id": "postgresql14-test-14.15-3.49.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-14.15-3.49.1.x86_64", "product_id": "postgresql14-14.15-3.49.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-contrib-14.15-3.49.1.x86_64", "product_id": "postgresql14-contrib-14.15-3.49.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-devel-14.15-3.49.1.x86_64", "product_id": "postgresql14-devel-14.15-3.49.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-llvmjit-devel-14.15-3.49.1.x86_64", "product_id": "postgresql14-llvmjit-devel-14.15-3.49.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-plperl-14.15-3.49.1.x86_64", "product_id": "postgresql14-plperl-14.15-3.49.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-plpython-14.15-3.49.1.x86_64", "product_id": "postgresql14-plpython-14.15-3.49.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-pltcl-14.15-3.49.1.x86_64", "product_id": "postgresql14-pltcl-14.15-3.49.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-server-14.15-3.49.1.x86_64", "product_id": "postgresql14-server-14.15-3.49.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-server-devel-14.15-3.49.1.x86_64", "product_id": "postgresql14-server-devel-14.15-3.49.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-test-14.15-3.49.1.x86_64", "product": { "name": "postgresql14-test-14.15-3.49.1.x86_64", "product_id": "postgresql14-test-14.15-3.49.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-3.49.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64" }, "product_reference": "postgresql14-14.15-3.49.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-3.49.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le" }, "product_reference": "postgresql14-14.15-3.49.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-3.49.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x" }, "product_reference": "postgresql14-14.15-3.49.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-3.49.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-3.49.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-3.49.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-3.49.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-3.49.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x" }, "product_reference": "postgresql14-contrib-14.15-3.49.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-3.49.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch" }, "product_reference": "postgresql14-docs-14.15-3.49.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-3.49.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-3.49.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-3.49.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-3.49.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-3.49.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x" }, "product_reference": "postgresql14-plperl-14.15-3.49.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-3.49.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-3.49.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-3.49.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-3.49.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-3.49.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x" }, "product_reference": "postgresql14-plpython-14.15-3.49.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-3.49.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-3.49.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-3.49.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-3.49.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-3.49.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x" }, "product_reference": "postgresql14-pltcl-14.15-3.49.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-3.49.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64" }, "product_reference": "postgresql14-server-14.15-3.49.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-3.49.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-3.49.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-3.49.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x" }, "product_reference": "postgresql14-server-14.15-3.49.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-server-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-3.49.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch" }, "product_reference": "postgresql14-docs-14.15-3.49.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-3.49.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" }, "product_reference": "postgresql14-server-14.15-3.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:08Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:08Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:08Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.15-3.49.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.15-3.49.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.15-3.49.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:08Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4175-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql13", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql13 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4175,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-4175,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-4175,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4175,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4175,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-4175,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-4175,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4175,SUSE-SLE-Product-SLES-15-SP5-ERICSSON-2024-4175,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-4175,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-4175,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4175,SUSE-Storage-7.1-2024-4175,openSUSE-SLE-15.5-2024-4175,openSUSE-SLE-15.6-2024-4175", "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_4175-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4175-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244175-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4175-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019915.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql13", "tracking": { "current_release_date": "2024-12-04T14:51:57Z", "generator": { "date": "2024-12-04T14:51:57Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4175-1", "initial_release_date": "2024-12-04T14:51:57Z", "revision_history": [ { "date": "2024-12-04T14:51:57Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-contrib-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-devel-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-plperl-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-plpython-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-server-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64" } }, { "category": "product_version", "name": "postgresql13-test-13.18-150200.5.64.1.aarch64", "product": { "name": "postgresql13-test-13.18-150200.5.64.1.aarch64", "product_id": "postgresql13-test-13.18-150200.5.64.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-13.18-150200.5.64.1.i586", "product_id": "postgresql13-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-contrib-13.18-150200.5.64.1.i586", "product_id": "postgresql13-contrib-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-devel-13.18-150200.5.64.1.i586", "product_id": "postgresql13-devel-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.i586", "product_id": "postgresql13-llvmjit-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.i586", "product_id": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-plperl-13.18-150200.5.64.1.i586", "product_id": "postgresql13-plperl-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-plpython-13.18-150200.5.64.1.i586", "product_id": "postgresql13-plpython-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.i586", "product_id": "postgresql13-pltcl-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-server-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-server-13.18-150200.5.64.1.i586", "product_id": "postgresql13-server-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.i586", "product_id": "postgresql13-server-devel-13.18-150200.5.64.1.i586" } }, { "category": "product_version", "name": "postgresql13-test-13.18-150200.5.64.1.i586", "product": { "name": "postgresql13-test-13.18-150200.5.64.1.i586", "product_id": "postgresql13-test-13.18-150200.5.64.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql13-docs-13.18-150200.5.64.1.noarch", "product": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch", "product_id": "postgresql13-docs-13.18-150200.5.64.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-devel-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-server-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le" } }, { "category": "product_version", "name": "postgresql13-test-13.18-150200.5.64.1.ppc64le", "product": { "name": "postgresql13-test-13.18-150200.5.64.1.ppc64le", "product_id": "postgresql13-test-13.18-150200.5.64.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-contrib-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-contrib-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-devel-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-devel-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-llvmjit-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-plperl-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-plperl-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-plpython-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-plpython-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-pltcl-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-server-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-server-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-server-devel-13.18-150200.5.64.1.s390x" } }, { "category": "product_version", "name": "postgresql13-test-13.18-150200.5.64.1.s390x", "product": { "name": "postgresql13-test-13.18-150200.5.64.1.s390x", "product_id": "postgresql13-test-13.18-150200.5.64.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql13-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-contrib-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-devel-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-plperl-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-plpython-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-server-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64" } }, { "category": "product_version", "name": "postgresql13-test-13.18-150200.5.64.1.x86_64", "product": { "name": "postgresql13-test-13.18-150200.5.64.1.x86_64", "product_id": "postgresql13-test-13.18-150200.5.64.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_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_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": "postgresql13-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-test-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-test-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-test-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-test-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-contrib-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-contrib-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-devel-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-docs-13.18-150200.5.64.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch" }, "product_reference": "postgresql13-docs-13.18-150200.5.64.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plperl-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plperl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-plpython-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-plpython-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.18-150200.5.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64" }, "product_reference": "postgresql13-test-13.18-150200.5.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.18-150200.5.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le" }, "product_reference": "postgresql13-test-13.18-150200.5.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.18-150200.5.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x" }, "product_reference": "postgresql13-test-13.18-150200.5.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql13-test-13.18-150200.5.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" }, "product_reference": "postgresql13-test-13.18-150200.5.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:51:57Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:51:57Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:51:57Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.18-150200.5.64.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.18-150200.5.64.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.5:postgresql13-test-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-contrib-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-docs-13.18-150200.5.64.1.noarch", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-llvmjit-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plperl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-plpython-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-pltcl-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-server-devel-13.18-150200.5.64.1.x86_64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.aarch64", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.ppc64le", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.s390x", "openSUSE Leap 15.6:postgresql13-test-13.18-150200.5.64.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:51:57Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4173-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql, postgresql16, postgresql17", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql, postgresql16, postgresql17 fixes the following issues:\n\nThis update ships postgresql17 , and fixes security issues with postgresql16:\n\n- bsc#1230423: Relax the dependency of extensions on the server\n version from exact major.minor to greater or equal, after Tom\n Lane confirmed on the PostgreSQL packagers list that ABI\n stability is being taken care of between minor releases.\n\n- bsc#1219340: The last fix was not correct. Improve it by removing\n the dependency again and call fillup only if it is installed.\n\npostgresql16 was updated to 16.6:\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n* https://www.postgresql.org/docs/release/16.6/\n\npostgresql16 was updated to 16.5:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/16.5/\n\n- Don\u0027t build the libs and mini flavor anymore to hand over to\n PostgreSQL 17.\n\n * https://www.postgresql.org/about/news/p-2910/\n\npostgresql17 is shipped in version 17.2:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/17.1/\n* https://www.postgresql.org/docs/release/17.2/\n\nUpgrade to 17.2:\n\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n\nUpgrade to 17.0:\n\n* New memory management system for VACUUM, which reduces memory\n consumption and can improve overall vacuuming performance.\n* New SQL/JSON capabilities, including constructors, identity\n functions, and the JSON_TABLE() function, which converts JSON\n data into a table representation.\n* Various query performance improvements, including for\n sequential reads using streaming I/O, write throughput under\n high concurrency, and searches over multiple values in a btree\n index.\n* Logical replication enhancements, including:\n + Failover control\n + pg_createsubscriber, a utility that creates logical replicas\n from physical standbys\n + pg_upgrade now preserves replication slots on both publishers\n and subscribers\n* New client-side connection option, sslnegotiation=direct, that\n performs a direct TLS handshake to avoid a round-trip\n negotiation.\n* pg_basebackup now supports incremental backup.\n* COPY adds a new option, ON_ERROR ignore, that allows a copy\n operation to continue in the event of an error.\n* https://www.postgresql.org/about/news/p-2936/\n* https://www.postgresql.org/docs/17/release-17.html\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4173,SUSE-SLE-Module-Basesystem-15-SP5-2024-4173,SUSE-SLE-Module-Legacy-15-SP5-2024-4173,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-4173,SUSE-SLE-Module-Server-Applications-15-SP5-2024-4173,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-4173,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-4173,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4173,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4173,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-4173,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-4173,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-4173,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4173,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-4173,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-4173,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4173,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-4173,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-4173,SUSE-Storage-7.1-2024-4173,openSUSE-SLE-15.5-2024-4173", "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_4173-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4173-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244173-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4173-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019917.html" }, { "category": "self", "summary": "SUSE Bug 1219340", "url": "https://bugzilla.suse.com/1219340" }, { "category": "self", "summary": "SUSE Bug 1230423", "url": "https://bugzilla.suse.com/1230423" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql, postgresql16, postgresql17", "tracking": { "current_release_date": "2024-12-04T14:48:21Z", "generator": { "date": "2024-12-04T14:48:21Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4173-1", "initial_release_date": "2024-12-04T14:48:21Z", "revision_history": [ { "date": "2024-12-04T14:48:21Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150200.5.5.1.aarch64", "product": { "name": "libecpg6-17.2-150200.5.5.1.aarch64", "product_id": "libecpg6-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "libpq5-17.2-150200.5.5.1.aarch64", "product": { "name": "libpq5-17.2-150200.5.5.1.aarch64", "product_id": "libpq5-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-contrib-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-contrib-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-devel-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-devel-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-llvmjit-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-plperl-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-plperl-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-plpython-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-plpython-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-server-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-server-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150200.5.21.1.aarch64", "product": { "name": "postgresql16-test-16.6-150200.5.21.1.aarch64", "product_id": "postgresql16-test-16.6-150200.5.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-contrib-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-contrib-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-devel-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-devel-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-devel-mini-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-devel-mini-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-llvmjit-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-plperl-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-plperl-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-plpython-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-plpython-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-pltcl-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-server-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-server-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-server-devel-17.2-150200.5.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150200.5.5.1.aarch64", "product": { "name": "postgresql17-test-17.2-150200.5.5.1.aarch64", "product_id": "postgresql17-test-17.2-150200.5.5.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-64bit-17.2-150200.5.5.1.aarch64_ilp32", "product": { "name": "libecpg6-64bit-17.2-150200.5.5.1.aarch64_ilp32", "product_id": "libecpg6-64bit-17.2-150200.5.5.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libpq5-64bit-17.2-150200.5.5.1.aarch64_ilp32", "product": { "name": "libpq5-64bit-17.2-150200.5.5.1.aarch64_ilp32", "product_id": "libpq5-64bit-17.2-150200.5.5.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150200.5.5.1.i586", "product": { "name": "libecpg6-17.2-150200.5.5.1.i586", "product_id": "libecpg6-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "libpq5-17.2-150200.5.5.1.i586", "product": { "name": "libpq5-17.2-150200.5.5.1.i586", "product_id": "libpq5-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-16.6-150200.5.21.1.i586", "product_id": "postgresql16-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-contrib-16.6-150200.5.21.1.i586", "product_id": "postgresql16-contrib-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-devel-16.6-150200.5.21.1.i586", "product_id": "postgresql16-devel-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-llvmjit-16.6-150200.5.21.1.i586", "product_id": "postgresql16-llvmjit-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.i586", "product_id": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-plperl-16.6-150200.5.21.1.i586", "product_id": "postgresql16-plperl-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-plpython-16.6-150200.5.21.1.i586", "product_id": "postgresql16-plpython-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.i586", "product_id": "postgresql16-pltcl-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-server-16.6-150200.5.21.1.i586", "product_id": "postgresql16-server-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.i586", "product_id": "postgresql16-server-devel-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150200.5.21.1.i586", "product": { "name": "postgresql16-test-16.6-150200.5.21.1.i586", "product_id": "postgresql16-test-16.6-150200.5.21.1.i586" } }, { "category": "product_version", "name": "postgresql17-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-17.2-150200.5.5.1.i586", "product_id": "postgresql17-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-contrib-17.2-150200.5.5.1.i586", "product_id": "postgresql17-contrib-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-devel-17.2-150200.5.5.1.i586", "product_id": "postgresql17-devel-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-devel-mini-17.2-150200.5.5.1.i586", "product_id": "postgresql17-devel-mini-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-llvmjit-17.2-150200.5.5.1.i586", "product_id": "postgresql17-llvmjit-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.i586", "product_id": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-plperl-17.2-150200.5.5.1.i586", "product_id": "postgresql17-plperl-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-plpython-17.2-150200.5.5.1.i586", "product_id": "postgresql17-plpython-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.i586", "product_id": "postgresql17-pltcl-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-server-17.2-150200.5.5.1.i586", "product_id": "postgresql17-server-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.i586", "product_id": "postgresql17-server-devel-17.2-150200.5.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150200.5.5.1.i586", "product": { "name": "postgresql17-test-17.2-150200.5.5.1.i586", "product_id": "postgresql17-test-17.2-150200.5.5.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql-17-150200.4.30.1.noarch", "product": { "name": "postgresql-17-150200.4.30.1.noarch", "product_id": "postgresql-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-contrib-17-150200.4.30.1.noarch", "product": { "name": "postgresql-contrib-17-150200.4.30.1.noarch", "product_id": "postgresql-contrib-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-devel-17-150200.4.30.1.noarch", "product": { "name": "postgresql-devel-17-150200.4.30.1.noarch", "product_id": "postgresql-devel-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-docs-17-150200.4.30.1.noarch", "product": { "name": "postgresql-docs-17-150200.4.30.1.noarch", "product_id": "postgresql-docs-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-llvmjit-17-150200.4.30.1.noarch", "product": { "name": "postgresql-llvmjit-17-150200.4.30.1.noarch", "product_id": "postgresql-llvmjit-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-llvmjit-devel-17-150200.4.30.1.noarch", "product": { "name": "postgresql-llvmjit-devel-17-150200.4.30.1.noarch", "product_id": "postgresql-llvmjit-devel-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-plperl-17-150200.4.30.1.noarch", "product": { "name": "postgresql-plperl-17-150200.4.30.1.noarch", "product_id": "postgresql-plperl-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-plpython-17-150200.4.30.1.noarch", "product": { "name": "postgresql-plpython-17-150200.4.30.1.noarch", "product_id": "postgresql-plpython-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-pltcl-17-150200.4.30.1.noarch", "product": { "name": "postgresql-pltcl-17-150200.4.30.1.noarch", "product_id": "postgresql-pltcl-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-17-150200.4.30.1.noarch", "product": { "name": "postgresql-server-17-150200.4.30.1.noarch", "product_id": "postgresql-server-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-devel-17-150200.4.30.1.noarch", "product": { "name": "postgresql-server-devel-17-150200.4.30.1.noarch", "product_id": "postgresql-server-devel-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql-test-17-150200.4.30.1.noarch", "product": { "name": "postgresql-test-17-150200.4.30.1.noarch", "product_id": "postgresql-test-17-150200.4.30.1.noarch" } }, { "category": "product_version", "name": "postgresql16-docs-16.6-150200.5.21.1.noarch", "product": { "name": "postgresql16-docs-16.6-150200.5.21.1.noarch", "product_id": "postgresql16-docs-16.6-150200.5.21.1.noarch" } }, { "category": "product_version", "name": "postgresql17-docs-17.2-150200.5.5.1.noarch", "product": { "name": "postgresql17-docs-17.2-150200.5.5.1.noarch", "product_id": "postgresql17-docs-17.2-150200.5.5.1.noarch" } }, { "category": "product_version", "name": "postgresql-17-150500.10.9.1.noarch", "product": { "name": "postgresql-17-150500.10.9.1.noarch", "product_id": "postgresql-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-llvmjit-17-150500.10.9.1.noarch", "product": { "name": "postgresql-llvmjit-17-150500.10.9.1.noarch", "product_id": "postgresql-llvmjit-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "product": { "name": "postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "product_id": "postgresql-llvmjit-devel-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-contrib-17-150500.10.9.1.noarch", "product": { "name": "postgresql-contrib-17-150500.10.9.1.noarch", "product_id": "postgresql-contrib-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-devel-17-150500.10.9.1.noarch", "product": { "name": "postgresql-devel-17-150500.10.9.1.noarch", "product_id": "postgresql-devel-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-docs-17-150500.10.9.1.noarch", "product": { "name": "postgresql-docs-17-150500.10.9.1.noarch", "product_id": "postgresql-docs-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-plperl-17-150500.10.9.1.noarch", "product": { "name": "postgresql-plperl-17-150500.10.9.1.noarch", "product_id": "postgresql-plperl-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-plpython-17-150500.10.9.1.noarch", "product": { "name": "postgresql-plpython-17-150500.10.9.1.noarch", "product_id": "postgresql-plpython-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-pltcl-17-150500.10.9.1.noarch", "product": { "name": "postgresql-pltcl-17-150500.10.9.1.noarch", "product_id": "postgresql-pltcl-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-17-150500.10.9.1.noarch", "product": { "name": "postgresql-server-17-150500.10.9.1.noarch", "product_id": "postgresql-server-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-devel-17-150500.10.9.1.noarch", "product": { "name": "postgresql-server-devel-17-150500.10.9.1.noarch", "product_id": "postgresql-server-devel-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-test-17-150500.10.9.1.noarch", "product": { "name": "postgresql-test-17-150500.10.9.1.noarch", "product_id": "postgresql-test-17-150500.10.9.1.noarch" } }, { "category": "product_version", "name": "postgresql-17-150300.10.27.1.noarch", "product": { "name": "postgresql-17-150300.10.27.1.noarch", "product_id": "postgresql-17-150300.10.27.1.noarch" } }, { "category": "product_version", "name": "postgresql-contrib-17-150300.10.27.1.noarch", "product": { "name": "postgresql-contrib-17-150300.10.27.1.noarch", "product_id": "postgresql-contrib-17-150300.10.27.1.noarch" } }, { "category": "product_version", "name": "postgresql-devel-17-150300.10.27.1.noarch", "product": { "name": "postgresql-devel-17-150300.10.27.1.noarch", "product_id": "postgresql-devel-17-150300.10.27.1.noarch" } }, { "category": "product_version", "name": "postgresql-docs-17-150300.10.27.1.noarch", "product": { "name": "postgresql-docs-17-150300.10.27.1.noarch", "product_id": "postgresql-docs-17-150300.10.27.1.noarch" } }, { "category": "product_version", "name": "postgresql-plperl-17-150300.10.27.1.noarch", "product": { "name": "postgresql-plperl-17-150300.10.27.1.noarch", "product_id": "postgresql-plperl-17-150300.10.27.1.noarch" } }, { "category": "product_version", "name": "postgresql-plpython-17-150300.10.27.1.noarch", "product": { "name": "postgresql-plpython-17-150300.10.27.1.noarch", "product_id": "postgresql-plpython-17-150300.10.27.1.noarch" } }, { "category": "product_version", "name": "postgresql-pltcl-17-150300.10.27.1.noarch", "product": { "name": "postgresql-pltcl-17-150300.10.27.1.noarch", "product_id": "postgresql-pltcl-17-150300.10.27.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-17-150300.10.27.1.noarch", "product": { "name": "postgresql-server-17-150300.10.27.1.noarch", "product_id": "postgresql-server-17-150300.10.27.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-devel-17-150300.10.27.1.noarch", "product": { "name": "postgresql-server-devel-17-150300.10.27.1.noarch", "product_id": "postgresql-server-devel-17-150300.10.27.1.noarch" } }, { "category": "product_version", "name": "postgresql-17-150400.4.18.1.noarch", "product": { "name": "postgresql-17-150400.4.18.1.noarch", "product_id": "postgresql-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-contrib-17-150400.4.18.1.noarch", "product": { "name": "postgresql-contrib-17-150400.4.18.1.noarch", "product_id": "postgresql-contrib-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-devel-17-150400.4.18.1.noarch", "product": { "name": "postgresql-devel-17-150400.4.18.1.noarch", "product_id": "postgresql-devel-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-docs-17-150400.4.18.1.noarch", "product": { "name": "postgresql-docs-17-150400.4.18.1.noarch", "product_id": "postgresql-docs-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-llvmjit-17-150400.4.18.1.noarch", "product": { "name": "postgresql-llvmjit-17-150400.4.18.1.noarch", "product_id": "postgresql-llvmjit-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "product": { "name": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "product_id": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-plperl-17-150400.4.18.1.noarch", "product": { "name": "postgresql-plperl-17-150400.4.18.1.noarch", "product_id": "postgresql-plperl-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-plpython-17-150400.4.18.1.noarch", "product": { "name": "postgresql-plpython-17-150400.4.18.1.noarch", "product_id": "postgresql-plpython-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-pltcl-17-150400.4.18.1.noarch", "product": { "name": "postgresql-pltcl-17-150400.4.18.1.noarch", "product_id": "postgresql-pltcl-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-17-150400.4.18.1.noarch", "product": { "name": "postgresql-server-17-150400.4.18.1.noarch", "product_id": "postgresql-server-17-150400.4.18.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-devel-17-150400.4.18.1.noarch", "product": { "name": "postgresql-server-devel-17-150400.4.18.1.noarch", "product_id": "postgresql-server-devel-17-150400.4.18.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150200.5.5.1.ppc64le", "product": { "name": "libecpg6-17.2-150200.5.5.1.ppc64le", "product_id": "libecpg6-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-17.2-150200.5.5.1.ppc64le", "product": { "name": "libpq5-17.2-150200.5.5.1.ppc64le", "product_id": "libpq5-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-devel-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-devel-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-server-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-server-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150200.5.21.1.ppc64le", "product": { "name": "postgresql16-test-16.6-150200.5.21.1.ppc64le", "product_id": "postgresql16-test-16.6-150200.5.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-contrib-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-devel-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-devel-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-devel-mini-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-devel-mini-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-plperl-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-plpython-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-pltcl-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-server-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-server-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-server-devel-17.2-150200.5.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150200.5.5.1.ppc64le", "product": { "name": "postgresql17-test-17.2-150200.5.5.1.ppc64le", "product_id": "postgresql17-test-17.2-150200.5.5.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150200.5.5.1.s390x", "product": { "name": "libecpg6-17.2-150200.5.5.1.s390x", "product_id": "libecpg6-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-17.2-150200.5.5.1.s390x", "product": { "name": "libpq5-17.2-150200.5.5.1.s390x", "product_id": "libpq5-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-contrib-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-contrib-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-devel-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-devel-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-llvmjit-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-plperl-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-plperl-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-plpython-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-plpython-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-pltcl-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-server-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-server-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-server-devel-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150200.5.21.1.s390x", "product": { "name": "postgresql16-test-16.6-150200.5.21.1.s390x", "product_id": "postgresql16-test-16.6-150200.5.21.1.s390x" } }, { "category": "product_version", "name": "postgresql17-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-contrib-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-contrib-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-devel-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-devel-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-devel-mini-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-devel-mini-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-llvmjit-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-plperl-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-plperl-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-plpython-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-plpython-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-pltcl-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-server-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-server-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-server-devel-17.2-150200.5.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150200.5.5.1.s390x", "product": { "name": "postgresql17-test-17.2-150200.5.5.1.s390x", "product_id": "postgresql17-test-17.2-150200.5.5.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150200.5.5.1.x86_64", "product": { "name": "libecpg6-17.2-150200.5.5.1.x86_64", "product_id": "libecpg6-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-17.2-150200.5.5.1.x86_64", "product": { "name": "libecpg6-32bit-17.2-150200.5.5.1.x86_64", "product_id": "libecpg6-32bit-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-17.2-150200.5.5.1.x86_64", "product": { "name": "libpq5-17.2-150200.5.5.1.x86_64", "product_id": "libpq5-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "product": { "name": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "product_id": "libpq5-32bit-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-contrib-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-contrib-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-devel-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-devel-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-llvmjit-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-plperl-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-plperl-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-plpython-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-plpython-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-server-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-server-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150200.5.21.1.x86_64", "product": { "name": "postgresql16-test-16.6-150200.5.21.1.x86_64", "product_id": "postgresql16-test-16.6-150200.5.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-contrib-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-contrib-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-devel-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-devel-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-devel-mini-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-devel-mini-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-llvmjit-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-plperl-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-plperl-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-plpython-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-plpython-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-pltcl-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-server-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-server-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-server-devel-17.2-150200.5.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150200.5.5.1.x86_64", "product": { "name": "postgresql17-test-17.2-150200.5.5.1.x86_64", "product_id": "postgresql17-test-17.2-150200.5.5.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 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": "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": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_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-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64" }, "product_reference": "libpq5-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libpq5-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x" }, "product_reference": "libpq5-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.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-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.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-17.2-150200.5.5.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-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150200.5.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-llvmjit-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-devel-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP5", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-contrib-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-devel-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-docs-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-llvmjit-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-devel-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-plperl-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-plpython-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-pltcl-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-server-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-server-devel-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-17-150500.10.9.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP5", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-test-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-test-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-test-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-test-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-test-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150200.5.5.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:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150200.5.5.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:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150200.5.5.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:postgresql17-llvmjit-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150200.5.5.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:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.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:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.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:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.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:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.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:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150200.5.5.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:postgresql17-test-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-test-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150200.5.5.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:postgresql17-test-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-test-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150200.5.5.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:postgresql17-test-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-test-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150200.5.5.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:postgresql17-test-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-test-17.2-150200.5.5.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-17.2-150200.5.5.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-17.2-150200.5.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.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-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.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-17.2-150200.5.5.1.s390x" }, "product_reference": "libecpg6-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.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-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150500.10.9.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:postgresql-contrib-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-contrib-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150500.10.9.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:postgresql-devel-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-devel-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150500.10.9.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:postgresql-docs-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-docs-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150500.10.9.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:postgresql-plperl-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-plperl-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150500.10.9.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:postgresql-plpython-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-plpython-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150500.10.9.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:postgresql-pltcl-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-pltcl-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150500.10.9.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:postgresql-server-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-server-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150500.10.9.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:postgresql-server-devel-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-server-devel-17-150500.10.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-server-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.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.6-150200.5.21.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.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150200.5.5.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:postgresql17-contrib-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-contrib-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150200.5.5.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:postgresql17-contrib-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150200.5.5.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:postgresql17-contrib-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-contrib-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150200.5.5.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:postgresql17-contrib-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-contrib-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150200.5.5.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:postgresql17-devel-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-devel-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150200.5.5.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:postgresql17-devel-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-devel-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150200.5.5.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:postgresql17-devel-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-devel-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150200.5.5.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:postgresql17-devel-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-devel-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17.2-150200.5.5.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:postgresql17-docs-17.2-150200.5.5.1.noarch" }, "product_reference": "postgresql17-docs-17.2-150200.5.5.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150200.5.5.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:postgresql17-plperl-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-plperl-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150200.5.5.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:postgresql17-plperl-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150200.5.5.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:postgresql17-plperl-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-plperl-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150200.5.5.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:postgresql17-plperl-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-plperl-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150200.5.5.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:postgresql17-plpython-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-plpython-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150200.5.5.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:postgresql17-plpython-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150200.5.5.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:postgresql17-plpython-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-plpython-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150200.5.5.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:postgresql17-plpython-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-plpython-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150200.5.5.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:postgresql17-pltcl-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150200.5.5.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:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150200.5.5.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:postgresql17-pltcl-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-pltcl-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150200.5.5.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:postgresql17-pltcl-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150200.5.5.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:postgresql17-server-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-server-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150200.5.5.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:postgresql17-server-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-server-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150200.5.5.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:postgresql17-server-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-server-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150200.5.5.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:postgresql17-server-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-server-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150200.5.5.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:postgresql17-server-devel-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150200.5.5.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:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150200.5.5.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:postgresql17-server-devel-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-server-devel-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150200.5.5.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:postgresql17-server-devel-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-contrib-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-devel-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-docs-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-plperl-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-plpython-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-pltcl-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-server-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-server-devel-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64" }, "product_reference": "libpq5-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-contrib-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-devel-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-docs-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-plperl-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-plpython-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-pltcl-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-server-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-server-devel-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64" }, "product_reference": "libpq5-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-contrib-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-docs-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-llvmjit-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plperl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plpython-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-pltcl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-150200.5.21.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150200.5.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64" }, "product_reference": "libpq5-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-contrib-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-docs-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-llvmjit-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plperl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plpython-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-pltcl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-150200.5.21.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150200.5.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-contrib-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-devel-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-docs-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-plperl-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-plpython-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-pltcl-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-server-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-server-devel-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x" }, "product_reference": "libecpg6-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64" }, "product_reference": "libpq5-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libpq5-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x" }, "product_reference": "libpq5-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-contrib-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-devel-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-docs-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-plperl-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-plpython-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-pltcl-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-server-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-server-devel-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x" }, "product_reference": "libecpg6-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64" }, "product_reference": "libpq5-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libpq5-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x" }, "product_reference": "libpq5-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-contrib-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-docs-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-llvmjit-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plperl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plpython-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-pltcl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-150200.5.21.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150200.5.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-contrib-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-devel-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-docs-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-plperl-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-plpython-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-pltcl-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-server-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150200.4.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch" }, "product_reference": "postgresql-server-devel-17-150200.4.30.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libpq5-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-contrib-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-devel-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-docs-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-plperl-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-plpython-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-pltcl-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-server-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150300.10.27.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-server-devel-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libpq5-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-150200.5.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-contrib-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-docs-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-llvmjit-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plperl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plpython-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-pltcl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150400.4.18.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-150200.5.21.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150200.5.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-150200.5.5.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150400.4.18.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150400.4.18.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-contrib-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150400.4.18.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150400.4.18.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-docs-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150400.4.18.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plperl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150400.4.18.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plpython-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150400.4.18.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-pltcl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150400.4.18.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150400.4.18.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-150200.5.21.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150200.5.21.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x" }, "product_reference": "libecpg6-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libpq5-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x" }, "product_reference": "libpq5-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-150200.5.5.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150400.4.18.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150400.4.18.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-contrib-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150400.4.18.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150400.4.18.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-docs-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150400.4.18.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plperl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150400.4.18.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-plpython-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150400.4.18.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-pltcl-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150400.4.18.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150400.4.18.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch" }, "product_reference": "postgresql-server-devel-17-150400.4.18.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-150200.5.21.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150200.5.21.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-contrib-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-devel-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17.2-150200.5.5.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch" }, "product_reference": "postgresql17-docs-17.2-150200.5.5.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-plperl-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-plpython-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-pltcl-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-server-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-server-devel-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64" }, "product_reference": "libpq5-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150300.10.27.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150300.10.27.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-contrib-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150300.10.27.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-devel-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150300.10.27.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-docs-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150300.10.27.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-plperl-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150300.10.27.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-plpython-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150300.10.27.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-pltcl-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150300.10.27.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-server-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150300.10.27.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch" }, "product_reference": "postgresql-server-devel-17-150300.10.27.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x" }, "product_reference": "libecpg6-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64" }, "product_reference": "libecpg6-32bit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64" }, "product_reference": "libpq5-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le" }, "product_reference": "libpq5-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x" }, "product_reference": "libpq5-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-contrib-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-devel-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-docs-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-llvmjit-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-devel-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-plperl-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-plpython-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-pltcl-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-server-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-server-devel-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-17-150500.10.9.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch" }, "product_reference": "postgresql-test-17-150500.10.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-150200.5.21.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150200.5.21.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150200.5.21.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64" }, "product_reference": "postgresql16-test-16.6-150200.5.21.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150200.5.21.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le" }, "product_reference": "postgresql16-test-16.6-150200.5.21.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150200.5.21.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x" }, "product_reference": "postgresql16-test-16.6-150200.5.21.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150200.5.21.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64" }, "product_reference": "postgresql16-test-16.6-150200.5.21.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-contrib-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-contrib-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-contrib-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-devel-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-devel-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-devel-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-devel-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17.2-150200.5.5.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch" }, "product_reference": "postgresql17-docs-17.2-150200.5.5.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-plperl-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-plperl-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-plperl-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-plpython-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-plpython-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-plpython-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-pltcl-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-server-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-server-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-server-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-server-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-server-devel-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150200.5.5.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64" }, "product_reference": "postgresql17-test-17.2-150200.5.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150200.5.5.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le" }, "product_reference": "postgresql17-test-17.2-150200.5.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150200.5.5.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x" }, "product_reference": "postgresql17-test-17.2-150200.5.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150200.5.5.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" }, "product_reference": "postgresql17-test-17.2-150200.5.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:48:21Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:48:21Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:48:21Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Enterprise Storage 7.1:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-17-150300.10.27.1.noarch", "SUSE Enterprise Storage 7.1:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql17-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql-test-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql17-test-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-contrib-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-docs-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plperl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-plpython-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-pltcl-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql-server-devel-17-150500.10.9.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-contrib-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-docs-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plperl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-plpython-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-pltcl-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql-server-devel-17-150200.4.30.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-contrib-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-docs-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plperl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-plpython-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-pltcl-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql-server-devel-17-150300.10.27.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-llvmjit-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Proxy 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Proxy 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Proxy 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libecpg6-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.ppc64le", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:libpq5-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:libpq5-32bit-17.2-150200.5.5.1.x86_64", "SUSE Manager Server 4.3:postgresql-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-contrib-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-docs-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plperl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-plpython-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-pltcl-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql-server-devel-17-150400.4.18.1.noarch", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-docs-16.6-150200.5.21.1.noarch", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "SUSE Manager Server 4.3:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "SUSE Manager Server 4.3:postgresql17-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-contrib-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-devel-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-docs-17.2-150200.5.5.1.noarch", "SUSE Manager Server 4.3:postgresql17-plperl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-plpython-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-17.2-150200.5.5.1.s390x", "SUSE Manager Server 4.3:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libecpg6-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libecpg6-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:libpq5-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:libpq5-32bit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-contrib-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-docs-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-llvmjit-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plperl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-plpython-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-pltcl-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-server-devel-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql-test-17-150500.10.9.1.noarch", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-contrib-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-docs-16.6-150200.5.21.1.noarch", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plperl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-plpython-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-pltcl-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-server-devel-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.aarch64", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.ppc64le", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.s390x", "openSUSE Leap 15.5:postgresql16-test-16.6-150200.5.21.1.x86_64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-contrib-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-docs-17.2-150200.5.5.1.noarch", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-llvmjit-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plperl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-plpython-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-pltcl-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-server-devel-17.2-150200.5.5.1.x86_64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.aarch64", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.ppc64le", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.s390x", "openSUSE Leap 15.5:postgresql17-test-17.2-150200.5.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:48:21Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4098-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql15", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql15 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4098,SUSE-SLE-Module-Legacy-15-SP6-2024-4098,openSUSE-SLE-15.6-2024-4098", "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_4098-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4098-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244098-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4098-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019869.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql15", "tracking": { "current_release_date": "2024-11-28T12:24:30Z", "generator": { "date": "2024-11-28T12:24:30Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4098-1", "initial_release_date": "2024-11-28T12:24:30Z", "revision_history": [ { "date": "2024-11-28T12:24:30Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-contrib-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-contrib-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-devel-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-devel-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-llvmjit-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-plperl-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-plperl-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-plpython-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-plpython-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-pltcl-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-server-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-server-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-server-devel-15.10-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150600.16.9.1.aarch64", "product": { "name": "postgresql15-test-15.10-150600.16.9.1.aarch64", "product_id": "postgresql15-test-15.10-150600.16.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-15.10-150600.16.9.1.i586", "product_id": "postgresql15-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-contrib-15.10-150600.16.9.1.i586", "product_id": "postgresql15-contrib-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-devel-15.10-150600.16.9.1.i586", "product_id": "postgresql15-devel-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-llvmjit-15.10-150600.16.9.1.i586", "product_id": "postgresql15-llvmjit-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.i586", "product_id": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-plperl-15.10-150600.16.9.1.i586", "product_id": "postgresql15-plperl-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-plpython-15.10-150600.16.9.1.i586", "product_id": "postgresql15-plpython-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.i586", "product_id": "postgresql15-pltcl-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-server-15.10-150600.16.9.1.i586", "product_id": "postgresql15-server-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.i586", "product_id": "postgresql15-server-devel-15.10-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150600.16.9.1.i586", "product": { "name": "postgresql15-test-15.10-150600.16.9.1.i586", "product_id": "postgresql15-test-15.10-150600.16.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql15-docs-15.10-150600.16.9.1.noarch", "product": { "name": "postgresql15-docs-15.10-150600.16.9.1.noarch", "product_id": "postgresql15-docs-15.10-150600.16.9.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-contrib-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-devel-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-devel-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-plperl-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-plpython-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-pltcl-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-server-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-server-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-server-devel-15.10-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150600.16.9.1.ppc64le", "product": { "name": "postgresql15-test-15.10-150600.16.9.1.ppc64le", "product_id": "postgresql15-test-15.10-150600.16.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-contrib-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-contrib-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-devel-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-devel-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-llvmjit-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-plperl-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-plperl-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-plpython-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-plpython-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-pltcl-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-server-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-server-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-server-devel-15.10-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150600.16.9.1.s390x", "product": { "name": "postgresql15-test-15.10-150600.16.9.1.s390x", "product_id": "postgresql15-test-15.10-150600.16.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-contrib-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-contrib-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-devel-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-devel-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-llvmjit-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-plperl-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-plperl-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-plpython-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-plpython-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-pltcl-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-server-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-server-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-server-devel-15.10-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150600.16.9.1.x86_64", "product": { "name": "postgresql15-test-15.10-150600.16.9.1.x86_64", "product_id": "postgresql15-test-15.10-150600.16.9.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.10-150600.16.9.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.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150600.16.9.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.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150600.16.9.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.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150600.16.9.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.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-15.10-150600.16.9.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.10-150600.16.9.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.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150600.16.9.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.10-150600.16.9.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.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-150600.16.9.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.10-150600.16.9.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.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-contrib-15.10-150600.16.9.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.10-150600.16.9.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.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150600.16.9.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150600.16.9.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-devel-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150600.16.9.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-devel-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150600.16.9.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150600.16.9.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150600.16.9.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150600.16.9.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150600.16.9.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150600.16.9.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-plperl-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150600.16.9.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150600.16.9.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150600.16.9.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150600.16.9.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-plpython-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150600.16.9.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-pltcl-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150600.16.9.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.10-150600.16.9.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.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150600.16.9.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.10-150600.16.9.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.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-150600.16.9.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.10-150600.16.9.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.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-server-15.10-150600.16.9.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.10-150600.16.9.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.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-server-devel-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150600.16.9.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.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-contrib-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-devel-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-devel-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150600.16.9.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150600.16.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-plperl-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-plpython-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-pltcl-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-server-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-server-devel-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.10-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64" }, "product_reference": "postgresql15-test-15.10-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.10-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le" }, "product_reference": "postgresql15-test-15.10-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.10-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x" }, "product_reference": "postgresql15-test-15.10-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.10-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" }, "product_reference": "postgresql15-test-15.10-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "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.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:30Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "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.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:30Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "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.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:30Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "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.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.10-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.10-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-contrib-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-docs-15.10-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plperl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-plpython-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-pltcl-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-server-devel-15.10-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql15-test-15.10-150600.16.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:30Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4118-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql14", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql14 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4118,SUSE-SLE-Module-Legacy-15-SP6-2024-4118,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-4118,openSUSE-SLE-15.6-2024-4118", "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_4118-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4118-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244118-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4118-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019876.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql14", "tracking": { "current_release_date": "2024-11-29T16:23:57Z", "generator": { "date": "2024-11-29T16:23:57Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4118-1", "initial_release_date": "2024-11-29T16:23:57Z", "revision_history": [ { "date": "2024-11-29T16:23:57Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-contrib-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-contrib-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-devel-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-devel-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-llvmjit-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-plperl-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-plperl-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-plpython-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-plpython-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-pltcl-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-server-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-server-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-server-devel-14.15-150600.16.9.1.aarch64" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150600.16.9.1.aarch64", "product": { "name": "postgresql14-test-14.15-150600.16.9.1.aarch64", "product_id": "postgresql14-test-14.15-150600.16.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-14.15-150600.16.9.1.i586", "product_id": "postgresql14-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-contrib-14.15-150600.16.9.1.i586", "product_id": "postgresql14-contrib-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-devel-14.15-150600.16.9.1.i586", "product_id": "postgresql14-devel-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-llvmjit-14.15-150600.16.9.1.i586", "product_id": "postgresql14-llvmjit-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.i586", "product_id": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-plperl-14.15-150600.16.9.1.i586", "product_id": "postgresql14-plperl-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-plpython-14.15-150600.16.9.1.i586", "product_id": "postgresql14-plpython-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-pltcl-14.15-150600.16.9.1.i586", "product_id": "postgresql14-pltcl-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-server-14.15-150600.16.9.1.i586", "product_id": "postgresql14-server-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-server-devel-14.15-150600.16.9.1.i586", "product_id": "postgresql14-server-devel-14.15-150600.16.9.1.i586" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150600.16.9.1.i586", "product": { "name": "postgresql14-test-14.15-150600.16.9.1.i586", "product_id": "postgresql14-test-14.15-150600.16.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql14-docs-14.15-150600.16.9.1.noarch", "product": { "name": "postgresql14-docs-14.15-150600.16.9.1.noarch", "product_id": "postgresql14-docs-14.15-150600.16.9.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-contrib-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-devel-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-devel-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-plperl-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-plpython-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-pltcl-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-server-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-server-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-server-devel-14.15-150600.16.9.1.ppc64le" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150600.16.9.1.ppc64le", "product": { "name": "postgresql14-test-14.15-150600.16.9.1.ppc64le", "product_id": "postgresql14-test-14.15-150600.16.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-contrib-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-contrib-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-devel-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-devel-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-llvmjit-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-plperl-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-plperl-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-plpython-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-plpython-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-pltcl-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-pltcl-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-server-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-server-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-server-devel-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-server-devel-14.15-150600.16.9.1.s390x" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150600.16.9.1.s390x", "product": { "name": "postgresql14-test-14.15-150600.16.9.1.s390x", "product_id": "postgresql14-test-14.15-150600.16.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql14-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-contrib-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-contrib-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-contrib-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-devel-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-devel-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-devel-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-llvmjit-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plperl-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-plperl-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-plperl-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-plpython-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-plpython-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-plpython-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-pltcl-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-server-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-server-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-server-devel-14.15-150600.16.9.1.x86_64" } }, { "category": "product_version", "name": "postgresql14-test-14.15-150600.16.9.1.x86_64", "product": { "name": "postgresql14-test-14.15-150600.16.9.1.x86_64", "product_id": "postgresql14-test-14.15-150600.16.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-legacy:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-contrib-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-devel-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-plperl-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-plpython-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-pltcl-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-server-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-server-devel-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-test-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-test-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-test-14.15-150600.16.9.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.15-150600.16.9.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.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-test-14.15-150600.16.9.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.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-contrib-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-contrib-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-contrib-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-contrib-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-devel-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-devel-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-devel-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-devel-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-devel-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-docs-14.15-150600.16.9.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch" }, "product_reference": "postgresql14-docs-14.15-150600.16.9.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-plperl-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-plperl-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plperl-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-plperl-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-plpython-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-plpython-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-plpython-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-plpython-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-pltcl-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-pltcl-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-server-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-server-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-server-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-server-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-server-devel-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-server-devel-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.15-150600.16.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64" }, "product_reference": "postgresql14-test-14.15-150600.16.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.15-150600.16.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le" }, "product_reference": "postgresql14-test-14.15-150600.16.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.15-150600.16.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x" }, "product_reference": "postgresql14-test-14.15-150600.16.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql14-test-14.15-150600.16.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" }, "product_reference": "postgresql14-test-14.15-150600.16.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "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.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T16:23:57Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "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.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T16:23:57Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "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.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T16:23:57Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "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.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.15-150600.16.9.1.noarch", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-contrib-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-docs-14.15-150600.16.9.1.noarch", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plperl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-plpython-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-pltcl-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-server-devel-14.15-150600.16.9.1.x86_64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.aarch64", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.ppc64le", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.s390x", "openSUSE Leap 15.6:postgresql14-test-14.15-150600.16.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T16:23:57Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4174-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql15", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql15 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4174,SUSE-SLE-Module-Basesystem-15-SP5-2024-4174,SUSE-SLE-Module-Server-Applications-15-SP5-2024-4174,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-4174,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4174,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4174,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-4174,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-4174,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4174,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-4174,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4174,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-4174,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-4174,SUSE-Storage-7.1-2024-4174,openSUSE-SLE-15.5-2024-4174", "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_4174-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4174-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244174-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4174-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019916.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql15", "tracking": { "current_release_date": "2024-12-04T14:50:14Z", "generator": { "date": "2024-12-04T14:50:14Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4174-1", "initial_release_date": "2024-12-04T14:50:14Z", "revision_history": [ { "date": "2024-12-04T14:50:14Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-contrib-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-contrib-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-devel-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-devel-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-llvmjit-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-plperl-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-plperl-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-plpython-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-plpython-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-server-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-server-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150200.5.33.1.aarch64", "product": { "name": "postgresql15-test-15.10-150200.5.33.1.aarch64", "product_id": "postgresql15-test-15.10-150200.5.33.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-15.10-150200.5.33.1.i586", "product_id": "postgresql15-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-contrib-15.10-150200.5.33.1.i586", "product_id": "postgresql15-contrib-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-devel-15.10-150200.5.33.1.i586", "product_id": "postgresql15-devel-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-llvmjit-15.10-150200.5.33.1.i586", "product_id": "postgresql15-llvmjit-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.i586", "product_id": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-plperl-15.10-150200.5.33.1.i586", "product_id": "postgresql15-plperl-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-plpython-15.10-150200.5.33.1.i586", "product_id": "postgresql15-plpython-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.i586", "product_id": "postgresql15-pltcl-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-server-15.10-150200.5.33.1.i586", "product_id": "postgresql15-server-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.i586", "product_id": "postgresql15-server-devel-15.10-150200.5.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150200.5.33.1.i586", "product": { "name": "postgresql15-test-15.10-150200.5.33.1.i586", "product_id": "postgresql15-test-15.10-150200.5.33.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql15-docs-15.10-150200.5.33.1.noarch", "product": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch", "product_id": "postgresql15-docs-15.10-150200.5.33.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-devel-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-devel-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-server-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-server-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150200.5.33.1.ppc64le", "product": { "name": "postgresql15-test-15.10-150200.5.33.1.ppc64le", "product_id": "postgresql15-test-15.10-150200.5.33.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-contrib-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-contrib-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-devel-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-devel-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-llvmjit-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-plperl-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-plperl-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-plpython-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-plpython-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-pltcl-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-server-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-server-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-server-devel-15.10-150200.5.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150200.5.33.1.s390x", "product": { "name": "postgresql15-test-15.10-150200.5.33.1.s390x", "product_id": "postgresql15-test-15.10-150200.5.33.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-contrib-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-devel-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-llvmjit-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-plperl-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-plpython-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-server-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.10-150200.5.33.1.x86_64", "product": { "name": "postgresql15-test-15.10-150200.5.33.1.x86_64", "product_id": "postgresql15-test-15.10-150200.5.33.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": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_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.10-150200.5.33.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.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.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.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.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.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.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.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.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.10-150200.5.33.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.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.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.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-devel-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-150200.5.33.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-150200.5.33.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.10-150200.5.33.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64" }, "product_reference": "postgresql15-test-15.10-150200.5.33.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.10-150200.5.33.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le" }, "product_reference": "postgresql15-test-15.10-150200.5.33.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.10-150200.5.33.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x" }, "product_reference": "postgresql15-test-15.10-150200.5.33.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-test-15.10-150200.5.33.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" }, "product_reference": "postgresql15-test-15.10-150200.5.33.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:50:14Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:50:14Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:50:14Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Proxy 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Proxy 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-devel-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-docs-15.10-150200.5.33.1.noarch", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-15.10-150200.5.33.1.x86_64", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "SUSE Manager Server 4.3:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-contrib-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-docs-15.10-150200.5.33.1.noarch", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plperl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-plpython-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-pltcl-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-server-devel-15.10-150200.5.33.1.x86_64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.aarch64", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.ppc64le", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.s390x", "openSUSE Leap 15.5:postgresql15-test-15.10-150200.5.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T14:50:14Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4063-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql, postgresql16, postgresql17", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql, postgresql16, postgresql17 fixes the following issues:\n\nThis update ships postgresql17 , and fixes security issues with postgresql16:\n\n- bsc#1230423: Relax the dependency of extensions on the server\n version from exact major.minor to greater or equal, after Tom\n Lane confirmed on the PostgreSQL packagers list that ABI\n stability is being taken care of between minor releases.\n\n- bsc#1219340: The last fix was not correct. Improve it by removing\n the dependency again and call fillup only if it is installed.\n\npostgresql16 was updated to 16.6:\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n* https://www.postgresql.org/docs/release/16.6/\n\npostgresql16 was updated to 16.5:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/16.5/\n\n- Don\u0027t build the libs and mini flavor anymore to hand over to\n PostgreSQL 17.\n\n * https://www.postgresql.org/about/news/p-2910/\n\npostgresql17 is shipped in version 17.2:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/17.1/\n* https://www.postgresql.org/docs/release/17.2/\n\nUpgrade to 17.2:\n\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n\nUpgrade to 17.0:\n\n* New memory management system for VACUUM, which reduces memory\n consumption and can improve overall vacuuming performance.\n* New SQL/JSON capabilities, including constructors, identity\n functions, and the JSON_TABLE() function, which converts JSON\n data into a table representation.\n* Various query performance improvements, including for\n sequential reads using streaming I/O, write throughput under\n high concurrency, and searches over multiple values in a btree\n index.\n* Logical replication enhancements, including:\n + Failover control\n + pg_createsubscriber, a utility that creates logical replicas\n from physical standbys\n + pg_upgrade now preserves replication slots on both publishers\n and subscribers\n* New client-side connection option, sslnegotiation=direct, that\n performs a direct TLS handshake to avoid a round-trip\n negotiation.\n* pg_basebackup now supports incremental backup.\n* COPY adds a new option, ON_ERROR ignore, that allows a copy\n operation to continue in the event of an error.\n* https://www.postgresql.org/about/news/p-2936/\n* https://www.postgresql.org/docs/17/release-17.html\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4063,SUSE-SLE-Module-Basesystem-15-SP6-2024-4063,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-4063,SUSE-SLE-Module-Server-Applications-15-SP6-2024-4063,openSUSE-SLE-15.6-2024-4063", "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_4063-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4063-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244063-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4063-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019846.html" }, { "category": "self", "summary": "SUSE Bug 1219340", "url": "https://bugzilla.suse.com/1219340" }, { "category": "self", "summary": "SUSE Bug 1230423", "url": "https://bugzilla.suse.com/1230423" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql, postgresql16, postgresql17", "tracking": { "current_release_date": "2024-11-26T09:16:07Z", "generator": { "date": "2024-11-26T09:16:07Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4063-1", "initial_release_date": "2024-11-26T09:16:07Z", "revision_history": [ { "date": "2024-11-26T09:16:07Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150600.13.5.1.aarch64", "product": { "name": "libecpg6-17.2-150600.13.5.1.aarch64", "product_id": "libecpg6-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "libpq5-17.2-150600.13.5.1.aarch64", "product": { "name": "libpq5-17.2-150600.13.5.1.aarch64", "product_id": "libpq5-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-contrib-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-contrib-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-devel-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-devel-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-llvmjit-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-plperl-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-plperl-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-plpython-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-plpython-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-pltcl-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-server-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-server-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-server-devel-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150600.16.10.1.aarch64", "product": { "name": "postgresql16-test-16.6-150600.16.10.1.aarch64", "product_id": "postgresql16-test-16.6-150600.16.10.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-contrib-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-contrib-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-devel-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-devel-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-devel-mini-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-devel-mini-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-llvmjit-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-plperl-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-plperl-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-plpython-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-plpython-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-pltcl-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-server-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-server-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-server-devel-17.2-150600.13.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150600.13.5.1.aarch64", "product": { "name": "postgresql17-test-17.2-150600.13.5.1.aarch64", "product_id": "postgresql17-test-17.2-150600.13.5.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-64bit-17.2-150600.13.5.1.aarch64_ilp32", "product": { "name": "libecpg6-64bit-17.2-150600.13.5.1.aarch64_ilp32", "product_id": "libecpg6-64bit-17.2-150600.13.5.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libpq5-64bit-17.2-150600.13.5.1.aarch64_ilp32", "product": { "name": "libpq5-64bit-17.2-150600.13.5.1.aarch64_ilp32", "product_id": "libpq5-64bit-17.2-150600.13.5.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150600.13.5.1.i586", "product": { "name": "libecpg6-17.2-150600.13.5.1.i586", "product_id": "libecpg6-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "libpq5-17.2-150600.13.5.1.i586", "product": { "name": "libpq5-17.2-150600.13.5.1.i586", "product_id": "libpq5-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql16-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-16.6-150600.16.10.1.i586", "product_id": "postgresql16-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-contrib-16.6-150600.16.10.1.i586", "product_id": "postgresql16-contrib-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-devel-16.6-150600.16.10.1.i586", "product_id": "postgresql16-devel-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.i586", "product_id": "postgresql16-llvmjit-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.i586", "product_id": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-plperl-16.6-150600.16.10.1.i586", "product_id": "postgresql16-plperl-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-plpython-16.6-150600.16.10.1.i586", "product_id": "postgresql16-plpython-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.i586", "product_id": "postgresql16-pltcl-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-server-16.6-150600.16.10.1.i586", "product_id": "postgresql16-server-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.i586", "product_id": "postgresql16-server-devel-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150600.16.10.1.i586", "product": { "name": "postgresql16-test-16.6-150600.16.10.1.i586", "product_id": "postgresql16-test-16.6-150600.16.10.1.i586" } }, { "category": "product_version", "name": "postgresql17-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-17.2-150600.13.5.1.i586", "product_id": "postgresql17-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-contrib-17.2-150600.13.5.1.i586", "product_id": "postgresql17-contrib-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-devel-17.2-150600.13.5.1.i586", "product_id": "postgresql17-devel-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-devel-mini-17.2-150600.13.5.1.i586", "product_id": "postgresql17-devel-mini-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-llvmjit-17.2-150600.13.5.1.i586", "product_id": "postgresql17-llvmjit-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.i586", "product_id": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-plperl-17.2-150600.13.5.1.i586", "product_id": "postgresql17-plperl-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-plpython-17.2-150600.13.5.1.i586", "product_id": "postgresql17-plpython-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.i586", "product_id": "postgresql17-pltcl-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-server-17.2-150600.13.5.1.i586", "product_id": "postgresql17-server-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.i586", "product_id": "postgresql17-server-devel-17.2-150600.13.5.1.i586" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150600.13.5.1.i586", "product": { "name": "postgresql17-test-17.2-150600.13.5.1.i586", "product_id": "postgresql17-test-17.2-150600.13.5.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql-17-150600.17.6.1.noarch", "product": { "name": "postgresql-17-150600.17.6.1.noarch", "product_id": "postgresql-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-contrib-17-150600.17.6.1.noarch", "product": { "name": "postgresql-contrib-17-150600.17.6.1.noarch", "product_id": "postgresql-contrib-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-devel-17-150600.17.6.1.noarch", "product": { "name": "postgresql-devel-17-150600.17.6.1.noarch", "product_id": "postgresql-devel-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-docs-17-150600.17.6.1.noarch", "product": { "name": "postgresql-docs-17-150600.17.6.1.noarch", "product_id": "postgresql-docs-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-llvmjit-17-150600.17.6.1.noarch", "product": { "name": "postgresql-llvmjit-17-150600.17.6.1.noarch", "product_id": "postgresql-llvmjit-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "product": { "name": "postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "product_id": "postgresql-llvmjit-devel-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-plperl-17-150600.17.6.1.noarch", "product": { "name": "postgresql-plperl-17-150600.17.6.1.noarch", "product_id": "postgresql-plperl-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-plpython-17-150600.17.6.1.noarch", "product": { "name": "postgresql-plpython-17-150600.17.6.1.noarch", "product_id": "postgresql-plpython-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-pltcl-17-150600.17.6.1.noarch", "product": { "name": "postgresql-pltcl-17-150600.17.6.1.noarch", "product_id": "postgresql-pltcl-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-17-150600.17.6.1.noarch", "product": { "name": "postgresql-server-17-150600.17.6.1.noarch", "product_id": "postgresql-server-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-devel-17-150600.17.6.1.noarch", "product": { "name": "postgresql-server-devel-17-150600.17.6.1.noarch", "product_id": "postgresql-server-devel-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql-test-17-150600.17.6.1.noarch", "product": { "name": "postgresql-test-17-150600.17.6.1.noarch", "product_id": "postgresql-test-17-150600.17.6.1.noarch" } }, { "category": "product_version", "name": "postgresql16-docs-16.6-150600.16.10.1.noarch", "product": { "name": "postgresql16-docs-16.6-150600.16.10.1.noarch", "product_id": "postgresql16-docs-16.6-150600.16.10.1.noarch" } }, { "category": "product_version", "name": "postgresql17-docs-17.2-150600.13.5.1.noarch", "product": { "name": "postgresql17-docs-17.2-150600.13.5.1.noarch", "product_id": "postgresql17-docs-17.2-150600.13.5.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150600.13.5.1.ppc64le", "product": { "name": "libecpg6-17.2-150600.13.5.1.ppc64le", "product_id": "libecpg6-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-17.2-150600.13.5.1.ppc64le", "product": { "name": "libpq5-17.2-150600.13.5.1.ppc64le", "product_id": "libpq5-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-contrib-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-devel-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-devel-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-plperl-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-plpython-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-pltcl-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-server-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-server-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-server-devel-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150600.16.10.1.ppc64le", "product": { "name": "postgresql16-test-16.6-150600.16.10.1.ppc64le", "product_id": "postgresql16-test-16.6-150600.16.10.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-contrib-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-devel-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-devel-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-devel-mini-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-devel-mini-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-plperl-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-plpython-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-pltcl-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-server-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-server-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-server-devel-17.2-150600.13.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150600.13.5.1.ppc64le", "product": { "name": "postgresql17-test-17.2-150600.13.5.1.ppc64le", "product_id": "postgresql17-test-17.2-150600.13.5.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150600.13.5.1.s390x", "product": { "name": "libecpg6-17.2-150600.13.5.1.s390x", "product_id": "libecpg6-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-17.2-150600.13.5.1.s390x", "product": { "name": "libpq5-17.2-150600.13.5.1.s390x", "product_id": "libpq5-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-contrib-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-contrib-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-devel-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-devel-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-llvmjit-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-plperl-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-plperl-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-plpython-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-plpython-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-pltcl-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-server-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-server-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-server-devel-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150600.16.10.1.s390x", "product": { "name": "postgresql16-test-16.6-150600.16.10.1.s390x", "product_id": "postgresql16-test-16.6-150600.16.10.1.s390x" } }, { "category": "product_version", "name": "postgresql17-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-contrib-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-contrib-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-devel-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-devel-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-devel-mini-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-devel-mini-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-llvmjit-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-plperl-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-plperl-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-plpython-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-plpython-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-pltcl-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-server-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-server-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-server-devel-17.2-150600.13.5.1.s390x" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150600.13.5.1.s390x", "product": { "name": "postgresql17-test-17.2-150600.13.5.1.s390x", "product_id": "postgresql17-test-17.2-150600.13.5.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-150600.13.5.1.x86_64", "product": { "name": "libecpg6-17.2-150600.13.5.1.x86_64", "product_id": "libecpg6-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-17.2-150600.13.5.1.x86_64", "product": { "name": "libecpg6-32bit-17.2-150600.13.5.1.x86_64", "product_id": "libecpg6-32bit-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-17.2-150600.13.5.1.x86_64", "product": { "name": "libpq5-17.2-150600.13.5.1.x86_64", "product_id": "libpq5-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-17.2-150600.13.5.1.x86_64", "product": { "name": "libpq5-32bit-17.2-150600.13.5.1.x86_64", "product_id": "libpq5-32bit-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-contrib-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-contrib-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-devel-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-devel-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-llvmjit-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-plperl-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-plperl-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-plpython-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-plpython-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-pltcl-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-server-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-server-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-server-devel-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-test-16.6-150600.16.10.1.x86_64", "product": { "name": "postgresql16-test-16.6-150600.16.10.1.x86_64", "product_id": "postgresql16-test-16.6-150600.16.10.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-contrib-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-contrib-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-contrib-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-devel-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-devel-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-devel-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-devel-mini-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-devel-mini-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-devel-mini-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-llvmjit-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plperl-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-plperl-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-plperl-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-plpython-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-plpython-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-plpython-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-pltcl-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-server-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-server-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-server-devel-17.2-150600.13.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql17-test-17.2-150600.13.5.1.x86_64", "product": { "name": "postgresql17-test-17.2-150600.13.5.1.x86_64", "product_id": "postgresql17-test-17.2-150600.13.5.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6" } } }, { "category": "product_name", "name": "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": "libpq5-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64" }, "product_reference": "libpq5-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le" }, "product_reference": "libpq5-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x" }, "product_reference": "libpq5-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64" }, "product_reference": "libpq5-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-contrib-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-devel-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-docs-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-llvmjit-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-devel-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-plperl-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-plpython-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-pltcl-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-server-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-server-devel-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-test-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-test-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-test-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-test-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-test-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150600.13.5.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:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150600.13.5.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:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150600.13.5.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:postgresql17-llvmjit-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150600.13.5.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:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.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:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.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:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.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:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.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:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150600.13.5.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:postgresql17-test-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-test-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150600.13.5.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:postgresql17-test-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-test-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150600.13.5.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:postgresql17-test-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-test-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150600.13.5.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:postgresql17-test-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-test-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x" }, "product_reference": "libecpg6-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-contrib-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-devel-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-docs-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-plperl-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-plpython-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-pltcl-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-server-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150600.17.6.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-server-devel-17-150600.17.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-contrib-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-devel-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-devel-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-devel-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-150600.16.10.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150600.16.10.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-plperl-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-plpython-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-pltcl-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-server-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-server-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-server-devel-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-contrib-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-contrib-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-contrib-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-devel-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-devel-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-devel-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-devel-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17.2-150600.13.5.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch" }, "product_reference": "postgresql17-docs-17.2-150600.13.5.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-plperl-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-plperl-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-plperl-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-plpython-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-plpython-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-plpython-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-pltcl-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-server-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-server-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-server-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-server-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-server-devel-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64" }, "product_reference": "libecpg6-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x" }, "product_reference": "libecpg6-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64" }, "product_reference": "libecpg6-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64" }, "product_reference": "libecpg6-32bit-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64" }, "product_reference": "libpq5-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le" }, "product_reference": "libpq5-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x" }, "product_reference": "libpq5-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64" }, "product_reference": "libpq5-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-contrib-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-devel-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-docs-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-llvmjit-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-llvmjit-devel-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-plperl-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-plpython-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-pltcl-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-server-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-server-devel-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-17-150600.17.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch" }, "product_reference": "postgresql-test-17-150600.17.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-contrib-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-devel-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-devel-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-devel-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-150600.16.10.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch" }, "product_reference": "postgresql16-docs-16.6-150600.16.10.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-plperl-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-plpython-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-pltcl-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-server-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-server-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-server-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-server-devel-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150600.16.10.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64" }, "product_reference": "postgresql16-test-16.6-150600.16.10.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150600.16.10.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le" }, "product_reference": "postgresql16-test-16.6-150600.16.10.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150600.16.10.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x" }, "product_reference": "postgresql16-test-16.6-150600.16.10.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-test-16.6-150600.16.10.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64" }, "product_reference": "postgresql16-test-16.6-150600.16.10.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-contrib-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-contrib-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-contrib-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-contrib-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-devel-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-devel-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-devel-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-devel-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-devel-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-docs-17.2-150600.13.5.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch" }, "product_reference": "postgresql17-docs-17.2-150600.13.5.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-plperl-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-plperl-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plperl-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-plperl-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-plpython-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-plpython-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-plpython-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-plpython-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-pltcl-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-pltcl-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-server-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-server-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-server-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-server-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-server-devel-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-server-devel-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150600.13.5.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64" }, "product_reference": "postgresql17-test-17.2-150600.13.5.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150600.13.5.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le" }, "product_reference": "postgresql17-test-17.2-150600.13.5.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150600.13.5.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x" }, "product_reference": "postgresql17-test-17.2-150600.13.5.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql17-test-17.2-150600.13.5.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" }, "product_reference": "postgresql17-test-17.2-150600.13.5.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-26T09:16:07Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-26T09:16:07Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-26T09:16:07Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql17-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql-test-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql17-test-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:libecpg6-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-contrib-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-docs-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plperl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-plpython-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-pltcl-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql-server-devel-17-150600.17.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.6-150600.16.10.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-docs-17.2-150600.13.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-17.2-150600.13.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libecpg6-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libecpg6-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:libpq5-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:libpq5-32bit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-contrib-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-docs-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-llvmjit-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plperl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-plpython-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-pltcl-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-server-devel-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql-test-17-150600.17.6.1.noarch", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-contrib-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-docs-16.6-150600.16.10.1.noarch", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plperl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-plpython-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-pltcl-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-server-devel-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.aarch64", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.ppc64le", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.s390x", "openSUSE Leap 15.6:postgresql16-test-16.6-150600.16.10.1.x86_64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-contrib-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-docs-17.2-150600.13.5.1.noarch", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-llvmjit-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plperl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-plpython-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-pltcl-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-server-devel-17.2-150600.13.5.1.x86_64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.aarch64", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.ppc64le", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.s390x", "openSUSE Leap 15.6:postgresql17-test-17.2-150600.13.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-26T09:16:07Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2025:01799-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql, postgresql16, postgresql17", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql, postgresql16, postgresql17 fixes the following issues:\n\nThis update ships postgresql17 , and fixes security issues with postgresql16:\n\n- bsc#1230423: Relax the dependency of extensions on the server\n version from exact major.minor to greater or equal, after Tom\n Lane confirmed on the PostgreSQL packagers list that ABI\n stability is being taken care of between minor releases.\n\n- bsc#1219340: The last fix was not correct. Improve it by removing\n the dependency again and call fillup only if it is installed.\n\npostgresql16 was updated to 16.6:\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n* https://www.postgresql.org/docs/release/16.6/\n\npostgresql16 was updated to 16.5:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/16.5/\n\n- Don\u0027t build the libs and mini flavor anymore to hand over to\n PostgreSQL 17.\n\n * https://www.postgresql.org/about/news/p-2910/\n\npostgresql17 is shipped in version 17.2:\n\n* CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as\n dependent on the calling role when RLS applies to a\n non-top-level table reference.\n* CVE-2024-10977, bsc#1233325: Make libpq discard error messages\n received during SSL or GSS protocol negotiation.\n* CVE-2024-10978, bsc#1233326: Fix unintended interactions\n between SET SESSION AUTHORIZATION and SET ROLE\n* CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from\n changing environment variables.\n* https://www.postgresql.org/about/news/p-2955/\n* https://www.postgresql.org/docs/release/17.1/\n* https://www.postgresql.org/docs/release/17.2/\n\nUpgrade to 17.2:\n\n* Repair ABI break for extensions that work with struct\n ResultRelInfo.\n* Restore functionality of ALTER {ROLE|DATABASE} SET role.\n* Fix cases where a logical replication slot\u0027s restart_lsn could\n go backwards.\n* Avoid deleting still-needed WAL files during pg_rewind.\n* Fix race conditions associated with dropping shared statistics\n entries.\n* Count index scans in contrib/bloom indexes in the statistics\n views, such as the pg_stat_user_indexes.idx_scan counter.\n* Fix crash when checking to see if an index\u0027s opclass options\n have changed.\n* Avoid assertion failure caused by disconnected NFA sub-graphs\n in regular expression parsing.\n\nUpgrade to 17.0:\n\n* New memory management system for VACUUM, which reduces memory\n consumption and can improve overall vacuuming performance.\n* New SQL/JSON capabilities, including constructors, identity\n functions, and the JSON_TABLE() function, which converts JSON\n data into a table representation.\n* Various query performance improvements, including for\n sequential reads using streaming I/O, write throughput under\n high concurrency, and searches over multiple values in a btree\n index.\n* Logical replication enhancements, including:\n + Failover control\n + pg_createsubscriber, a utility that creates logical replicas\n from physical standbys\n + pg_upgrade now preserves replication slots on both publishers\n and subscribers\n* New client-side connection option, sslnegotiation=direct, that\n performs a direct TLS handshake to avoid a round-trip\n negotiation.\n* pg_basebackup now supports incremental backup.\n* COPY adds a new option, ON_ERROR ignore, that allows a copy\n operation to continue in the event of an error.\n* https://www.postgresql.org/about/news/p-2936/\n* https://www.postgresql.org/docs/17/release-17.html\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1799,SUSE-SLE-SERVER-12-SP5-LTSS-2025-1799,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-1799", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_01799-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:01799-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501799-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:01799-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/039507.html" }, { "category": "self", "summary": "SUSE Bug 1219340", "url": "https://bugzilla.suse.com/1219340" }, { "category": "self", "summary": "SUSE Bug 1230423", "url": "https://bugzilla.suse.com/1230423" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql, postgresql16, postgresql17", "tracking": { "current_release_date": "2025-06-02T13:28:47Z", "generator": { "date": "2025-06-02T13:28:47Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:01799-1", "initial_release_date": "2025-06-02T13:28:47Z", "revision_history": [ { "date": "2025-06-02T13:28:47Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.aarch64", "product": { "name": "libecpg6-17.2-3.5.1.aarch64", "product_id": "libecpg6-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.aarch64", "product": { "name": "libpq5-17.2-3.5.1.aarch64", "product_id": "libpq5-17.2-3.5.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-16.6-3.21.1.aarch64", "product_id": "postgresql16-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-contrib-16.6-3.21.1.aarch64", "product_id": "postgresql16-contrib-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-devel-16.6-3.21.1.aarch64", "product_id": "postgresql16-devel-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-plperl-16.6-3.21.1.aarch64", "product_id": "postgresql16-plperl-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-plpython-16.6-3.21.1.aarch64", "product_id": "postgresql16-plpython-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.aarch64", "product_id": "postgresql16-pltcl-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-server-16.6-3.21.1.aarch64", "product_id": "postgresql16-server-16.6-3.21.1.aarch64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.aarch64", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.aarch64", "product_id": "postgresql16-server-devel-16.6-3.21.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql-17-4.29.1.noarch", "product": { "name": "postgresql-17-4.29.1.noarch", "product_id": "postgresql-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-contrib-17-4.29.1.noarch", "product": { "name": "postgresql-contrib-17-4.29.1.noarch", "product_id": "postgresql-contrib-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-devel-17-4.29.1.noarch", "product": { "name": "postgresql-devel-17-4.29.1.noarch", "product_id": "postgresql-devel-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-docs-17-4.29.1.noarch", "product": { "name": "postgresql-docs-17-4.29.1.noarch", "product_id": "postgresql-docs-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-plperl-17-4.29.1.noarch", "product": { "name": "postgresql-plperl-17-4.29.1.noarch", "product_id": "postgresql-plperl-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-plpython-17-4.29.1.noarch", "product": { "name": "postgresql-plpython-17-4.29.1.noarch", "product_id": "postgresql-plpython-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-pltcl-17-4.29.1.noarch", "product": { "name": "postgresql-pltcl-17-4.29.1.noarch", "product_id": "postgresql-pltcl-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-17-4.29.1.noarch", "product": { "name": "postgresql-server-17-4.29.1.noarch", "product_id": "postgresql-server-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-devel-17-4.29.1.noarch", "product": { "name": "postgresql-server-devel-17-4.29.1.noarch", "product_id": "postgresql-server-devel-17-4.29.1.noarch" } }, { "category": "product_version", "name": "postgresql16-docs-16.6-3.21.1.noarch", "product": { "name": "postgresql16-docs-16.6-3.21.1.noarch", "product_id": "postgresql16-docs-16.6-3.21.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.ppc64le", "product": { "name": "libecpg6-17.2-3.5.1.ppc64le", "product_id": "libecpg6-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.ppc64le", "product": { "name": "libpq5-17.2-3.5.1.ppc64le", "product_id": "libpq5-17.2-3.5.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-16.6-3.21.1.ppc64le", "product_id": "postgresql16-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-contrib-16.6-3.21.1.ppc64le", "product_id": "postgresql16-contrib-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-devel-16.6-3.21.1.ppc64le", "product_id": "postgresql16-devel-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-plperl-16.6-3.21.1.ppc64le", "product_id": "postgresql16-plperl-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-plpython-16.6-3.21.1.ppc64le", "product_id": "postgresql16-plpython-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.ppc64le", "product_id": "postgresql16-pltcl-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-server-16.6-3.21.1.ppc64le", "product_id": "postgresql16-server-16.6-3.21.1.ppc64le" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.ppc64le", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.ppc64le", "product_id": "postgresql16-server-devel-16.6-3.21.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.s390x", "product": { "name": "libecpg6-17.2-3.5.1.s390x", "product_id": "libecpg6-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "libecpg6-32bit-17.2-3.5.1.s390x", "product": { "name": "libecpg6-32bit-17.2-3.5.1.s390x", "product_id": "libecpg6-32bit-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.s390x", "product": { "name": "libpq5-17.2-3.5.1.s390x", "product_id": "libpq5-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "libpq5-32bit-17.2-3.5.1.s390x", "product": { "name": "libpq5-32bit-17.2-3.5.1.s390x", "product_id": "libpq5-32bit-17.2-3.5.1.s390x" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.s390x", "product": { "name": "postgresql16-16.6-3.21.1.s390x", "product_id": "postgresql16-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.s390x", "product": { "name": "postgresql16-contrib-16.6-3.21.1.s390x", "product_id": "postgresql16-contrib-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.s390x", "product": { "name": "postgresql16-devel-16.6-3.21.1.s390x", "product_id": "postgresql16-devel-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.s390x", "product": { "name": "postgresql16-plperl-16.6-3.21.1.s390x", "product_id": "postgresql16-plperl-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.s390x", "product": { "name": "postgresql16-plpython-16.6-3.21.1.s390x", "product_id": "postgresql16-plpython-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.s390x", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.s390x", "product_id": "postgresql16-pltcl-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.s390x", "product": { "name": "postgresql16-server-16.6-3.21.1.s390x", "product_id": "postgresql16-server-16.6-3.21.1.s390x" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.s390x", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.s390x", "product_id": "postgresql16-server-devel-16.6-3.21.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-17.2-3.5.1.x86_64", "product": { "name": "libecpg6-17.2-3.5.1.x86_64", "product_id": "libecpg6-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-17.2-3.5.1.x86_64", "product": { "name": "libecpg6-32bit-17.2-3.5.1.x86_64", "product_id": "libecpg6-32bit-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-17.2-3.5.1.x86_64", "product": { "name": "libpq5-17.2-3.5.1.x86_64", "product_id": "libpq5-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-17.2-3.5.1.x86_64", "product": { "name": "libpq5-32bit-17.2-3.5.1.x86_64", "product_id": "libpq5-32bit-17.2-3.5.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-16.6-3.21.1.x86_64", "product_id": "postgresql16-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-contrib-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-contrib-16.6-3.21.1.x86_64", "product_id": "postgresql16-contrib-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-devel-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-devel-16.6-3.21.1.x86_64", "product_id": "postgresql16-devel-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plperl-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-plperl-16.6-3.21.1.x86_64", "product_id": "postgresql16-plperl-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-plpython-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-plpython-16.6-3.21.1.x86_64", "product_id": "postgresql16-plpython-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-pltcl-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-pltcl-16.6-3.21.1.x86_64", "product_id": "postgresql16-pltcl-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-server-16.6-3.21.1.x86_64", "product_id": "postgresql16-server-16.6-3.21.1.x86_64" } }, { "category": "product_version", "name": "postgresql16-server-devel-16.6-3.21.1.x86_64", "product": { "name": "postgresql16-server-devel-16.6-3.21.1.x86_64", "product_id": "postgresql16-server-devel-16.6-3.21.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64" }, "product_reference": "libecpg6-17.2-3.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le" }, "product_reference": "libecpg6-17.2-3.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x" }, "product_reference": "libecpg6-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x" }, "product_reference": "libecpg6-32bit-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64" }, "product_reference": "libpq5-17.2-3.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le" }, "product_reference": "libpq5-17.2-3.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x" }, "product_reference": "libpq5-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-3.5.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x" }, "product_reference": "libpq5-32bit-17.2-3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch" }, "product_reference": "postgresql-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch" }, "product_reference": "postgresql-contrib-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch" }, "product_reference": "postgresql-devel-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch" }, "product_reference": "postgresql-docs-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch" }, "product_reference": "postgresql-plperl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch" }, "product_reference": "postgresql-plpython-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch" }, "product_reference": "postgresql-pltcl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch" }, "product_reference": "postgresql-server-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-4.29.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch" }, "product_reference": "postgresql-server-devel-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-devel-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-devel-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-devel-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-3.21.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-3.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-server-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-server-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-server-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libecpg6-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-17.2-3.5.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64" }, "product_reference": "libpq5-32bit-17.2-3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch" }, "product_reference": "postgresql-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch" }, "product_reference": "postgresql-contrib-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch" }, "product_reference": "postgresql-devel-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch" }, "product_reference": "postgresql-docs-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch" }, "product_reference": "postgresql-plperl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch" }, "product_reference": "postgresql-plpython-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch" }, "product_reference": "postgresql-pltcl-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch" }, "product_reference": "postgresql-server-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-17-4.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch" }, "product_reference": "postgresql-server-devel-17-4.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-contrib-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-contrib-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-devel-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-devel-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-docs-16.6-3.21.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch" }, "product_reference": "postgresql16-docs-16.6-3.21.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plperl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plperl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-plpython-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-plpython-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-pltcl-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-pltcl-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql16-server-devel-16.6-3.21.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" }, "product_reference": "postgresql16-server-devel-16.6-3.21.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-02T13:28:47Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-02T13:28:47Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-02T13:28:47Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql16-server-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libecpg6-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpq5-32bit-17.2-3.5.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-contrib-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-docs-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plperl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-plpython-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-pltcl-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql-server-devel-17-4.29.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-contrib-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-devel-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-docs-16.6-3.21.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plperl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-plpython-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-pltcl-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-16.6-3.21.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql16-server-devel-16.6-3.21.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-02T13:28:47Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4097-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql12", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql12 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4097,SUSE-SLE-SERVER-12-SP5-LTSS-2024-4097,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-4097", "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_4097-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4097-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244097-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4097-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019870.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql12", "tracking": { "current_release_date": "2024-11-28T12:24:18Z", "generator": { "date": "2024-11-28T12:24:18Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4097-1", "initial_release_date": "2024-11-28T12:24:18Z", "revision_history": [ { "date": "2024-11-28T12:24:18Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-12.22-3.63.1.aarch64", "product_id": "postgresql12-12.22-3.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-contrib-12.22-3.63.1.aarch64", "product_id": "postgresql12-contrib-12.22-3.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-devel-12.22-3.63.1.aarch64", "product_id": "postgresql12-devel-12.22-3.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-llvmjit-devel-12.22-3.63.1.aarch64", "product_id": "postgresql12-llvmjit-devel-12.22-3.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-plperl-12.22-3.63.1.aarch64", "product_id": "postgresql12-plperl-12.22-3.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-plpython-12.22-3.63.1.aarch64", "product_id": "postgresql12-plpython-12.22-3.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-pltcl-12.22-3.63.1.aarch64", "product_id": "postgresql12-pltcl-12.22-3.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-server-12.22-3.63.1.aarch64", "product_id": "postgresql12-server-12.22-3.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-server-devel-12.22-3.63.1.aarch64", "product_id": "postgresql12-server-devel-12.22-3.63.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-test-12.22-3.63.1.aarch64", "product": { "name": "postgresql12-test-12.22-3.63.1.aarch64", "product_id": "postgresql12-test-12.22-3.63.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-3.63.1.i586", "product": { "name": "postgresql12-12.22-3.63.1.i586", "product_id": "postgresql12-12.22-3.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-3.63.1.i586", "product": { "name": "postgresql12-contrib-12.22-3.63.1.i586", "product_id": "postgresql12-contrib-12.22-3.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-3.63.1.i586", "product": { "name": "postgresql12-devel-12.22-3.63.1.i586", "product_id": "postgresql12-devel-12.22-3.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-3.63.1.i586", "product": { "name": "postgresql12-llvmjit-devel-12.22-3.63.1.i586", "product_id": "postgresql12-llvmjit-devel-12.22-3.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-3.63.1.i586", "product": { "name": "postgresql12-plperl-12.22-3.63.1.i586", "product_id": "postgresql12-plperl-12.22-3.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-3.63.1.i586", "product": { "name": "postgresql12-plpython-12.22-3.63.1.i586", "product_id": "postgresql12-plpython-12.22-3.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-3.63.1.i586", "product": { "name": "postgresql12-pltcl-12.22-3.63.1.i586", "product_id": "postgresql12-pltcl-12.22-3.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-12.22-3.63.1.i586", "product": { "name": "postgresql12-server-12.22-3.63.1.i586", "product_id": "postgresql12-server-12.22-3.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-3.63.1.i586", "product": { "name": "postgresql12-server-devel-12.22-3.63.1.i586", "product_id": "postgresql12-server-devel-12.22-3.63.1.i586" } }, { "category": "product_version", "name": "postgresql12-test-12.22-3.63.1.i586", "product": { "name": "postgresql12-test-12.22-3.63.1.i586", "product_id": "postgresql12-test-12.22-3.63.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql12-docs-12.22-3.63.1.noarch", "product": { "name": "postgresql12-docs-12.22-3.63.1.noarch", "product_id": "postgresql12-docs-12.22-3.63.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-12.22-3.63.1.ppc64le", "product_id": "postgresql12-12.22-3.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-contrib-12.22-3.63.1.ppc64le", "product_id": "postgresql12-contrib-12.22-3.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-devel-12.22-3.63.1.ppc64le", "product_id": "postgresql12-devel-12.22-3.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-llvmjit-devel-12.22-3.63.1.ppc64le", "product_id": "postgresql12-llvmjit-devel-12.22-3.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-plperl-12.22-3.63.1.ppc64le", "product_id": "postgresql12-plperl-12.22-3.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-plpython-12.22-3.63.1.ppc64le", "product_id": "postgresql12-plpython-12.22-3.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-pltcl-12.22-3.63.1.ppc64le", "product_id": "postgresql12-pltcl-12.22-3.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-server-12.22-3.63.1.ppc64le", "product_id": "postgresql12-server-12.22-3.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-server-devel-12.22-3.63.1.ppc64le", "product_id": "postgresql12-server-devel-12.22-3.63.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-test-12.22-3.63.1.ppc64le", "product": { "name": "postgresql12-test-12.22-3.63.1.ppc64le", "product_id": "postgresql12-test-12.22-3.63.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-3.63.1.s390", "product": { "name": "postgresql12-12.22-3.63.1.s390", "product_id": "postgresql12-12.22-3.63.1.s390" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-3.63.1.s390", "product": { "name": "postgresql12-contrib-12.22-3.63.1.s390", "product_id": "postgresql12-contrib-12.22-3.63.1.s390" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-3.63.1.s390", "product": { "name": "postgresql12-devel-12.22-3.63.1.s390", "product_id": "postgresql12-devel-12.22-3.63.1.s390" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-3.63.1.s390", "product": { "name": "postgresql12-llvmjit-devel-12.22-3.63.1.s390", "product_id": "postgresql12-llvmjit-devel-12.22-3.63.1.s390" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-3.63.1.s390", "product": { "name": "postgresql12-plperl-12.22-3.63.1.s390", "product_id": "postgresql12-plperl-12.22-3.63.1.s390" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-3.63.1.s390", "product": { "name": "postgresql12-plpython-12.22-3.63.1.s390", "product_id": "postgresql12-plpython-12.22-3.63.1.s390" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-3.63.1.s390", "product": { "name": "postgresql12-pltcl-12.22-3.63.1.s390", "product_id": "postgresql12-pltcl-12.22-3.63.1.s390" } }, { "category": "product_version", "name": "postgresql12-server-12.22-3.63.1.s390", "product": { "name": "postgresql12-server-12.22-3.63.1.s390", "product_id": "postgresql12-server-12.22-3.63.1.s390" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-3.63.1.s390", "product": { "name": "postgresql12-server-devel-12.22-3.63.1.s390", "product_id": "postgresql12-server-devel-12.22-3.63.1.s390" } }, { "category": "product_version", "name": "postgresql12-test-12.22-3.63.1.s390", "product": { "name": "postgresql12-test-12.22-3.63.1.s390", "product_id": "postgresql12-test-12.22-3.63.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-3.63.1.s390x", "product": { "name": "postgresql12-12.22-3.63.1.s390x", "product_id": "postgresql12-12.22-3.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-3.63.1.s390x", "product": { "name": "postgresql12-contrib-12.22-3.63.1.s390x", "product_id": "postgresql12-contrib-12.22-3.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-3.63.1.s390x", "product": { "name": "postgresql12-devel-12.22-3.63.1.s390x", "product_id": "postgresql12-devel-12.22-3.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-3.63.1.s390x", "product": { "name": "postgresql12-llvmjit-devel-12.22-3.63.1.s390x", "product_id": "postgresql12-llvmjit-devel-12.22-3.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-3.63.1.s390x", "product": { "name": "postgresql12-plperl-12.22-3.63.1.s390x", "product_id": "postgresql12-plperl-12.22-3.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-3.63.1.s390x", "product": { "name": "postgresql12-plpython-12.22-3.63.1.s390x", "product_id": "postgresql12-plpython-12.22-3.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-3.63.1.s390x", "product": { "name": "postgresql12-pltcl-12.22-3.63.1.s390x", "product_id": "postgresql12-pltcl-12.22-3.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-12.22-3.63.1.s390x", "product": { "name": "postgresql12-server-12.22-3.63.1.s390x", "product_id": "postgresql12-server-12.22-3.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-3.63.1.s390x", "product": { "name": "postgresql12-server-devel-12.22-3.63.1.s390x", "product_id": "postgresql12-server-devel-12.22-3.63.1.s390x" } }, { "category": "product_version", "name": "postgresql12-test-12.22-3.63.1.s390x", "product": { "name": "postgresql12-test-12.22-3.63.1.s390x", "product_id": "postgresql12-test-12.22-3.63.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql12-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-12.22-3.63.1.x86_64", "product_id": "postgresql12-12.22-3.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-contrib-12.22-3.63.1.x86_64", "product_id": "postgresql12-contrib-12.22-3.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-devel-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-devel-12.22-3.63.1.x86_64", "product_id": "postgresql12-devel-12.22-3.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-llvmjit-devel-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-llvmjit-devel-12.22-3.63.1.x86_64", "product_id": "postgresql12-llvmjit-devel-12.22-3.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-plperl-12.22-3.63.1.x86_64", "product_id": "postgresql12-plperl-12.22-3.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-plpython-12.22-3.63.1.x86_64", "product_id": "postgresql12-plpython-12.22-3.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-pltcl-12.22-3.63.1.x86_64", "product_id": "postgresql12-pltcl-12.22-3.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-server-12.22-3.63.1.x86_64", "product_id": "postgresql12-server-12.22-3.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-server-devel-12.22-3.63.1.x86_64", "product_id": "postgresql12-server-devel-12.22-3.63.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-test-12.22-3.63.1.x86_64", "product": { "name": "postgresql12-test-12.22-3.63.1.x86_64", "product_id": "postgresql12-test-12.22-3.63.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-3.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64" }, "product_reference": "postgresql12-12.22-3.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-3.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le" }, "product_reference": "postgresql12-12.22-3.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-3.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x" }, "product_reference": "postgresql12-12.22-3.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-3.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64" }, "product_reference": "postgresql12-contrib-12.22-3.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-3.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.22-3.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-3.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x" }, "product_reference": "postgresql12-contrib-12.22-3.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-3.63.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch" }, "product_reference": "postgresql12-docs-12.22-3.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-3.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64" }, "product_reference": "postgresql12-plperl-12.22-3.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-3.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.22-3.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-3.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x" }, "product_reference": "postgresql12-plperl-12.22-3.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-3.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64" }, "product_reference": "postgresql12-plpython-12.22-3.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-3.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.22-3.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-3.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x" }, "product_reference": "postgresql12-plpython-12.22-3.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-3.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.22-3.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-3.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.22-3.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-3.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x" }, "product_reference": "postgresql12-pltcl-12.22-3.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-3.63.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64" }, "product_reference": "postgresql12-server-12.22-3.63.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-3.63.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le" }, "product_reference": "postgresql12-server-12.22-3.63.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-3.63.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x" }, "product_reference": "postgresql12-server-12.22-3.63.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-server-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-contrib-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.22-3.63.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch" }, "product_reference": "postgresql12-docs-12.22-3.63.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-plperl-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-plpython-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.22-3.63.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" }, "product_reference": "postgresql12-server-12.22-3.63.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:18Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:18Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:18Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql12-server-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-contrib-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-docs-12.22-3.63.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plperl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-plpython-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-pltcl-12.22-3.63.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql12-server-12.22-3.63.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:24:18Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
suse-su-2024:4095-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql15", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql15 fixes the following issues:\n\n- CVE-2024-10976: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference (bsc#1233323).\n- CVE-2024-10977: Make libpq discard error messages received during SSL or GSS protocol negotiation (bsc#1233325).\n- CVE-2024-10978: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE (bsc#1233326).\n- CVE-2024-10979: Prevent trusted PL/Perl code from changing environment variables (bsc#1233327).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4095,SUSE-SLE-SERVER-12-SP5-LTSS-2024-4095,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-4095", "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_4095-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4095-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244095-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4095-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019872.html" }, { "category": "self", "summary": "SUSE Bug 1233323", "url": "https://bugzilla.suse.com/1233323" }, { "category": "self", "summary": "SUSE Bug 1233325", "url": "https://bugzilla.suse.com/1233325" }, { "category": "self", "summary": "SUSE Bug 1233326", "url": "https://bugzilla.suse.com/1233326" }, { "category": "self", "summary": "SUSE Bug 1233327", "url": "https://bugzilla.suse.com/1233327" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10976 page", "url": "https://www.suse.com/security/cve/CVE-2024-10976/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10977 page", "url": "https://www.suse.com/security/cve/CVE-2024-10977/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10978 page", "url": "https://www.suse.com/security/cve/CVE-2024-10978/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-10979 page", "url": "https://www.suse.com/security/cve/CVE-2024-10979/" } ], "title": "Security update for postgresql15", "tracking": { "current_release_date": "2024-11-28T12:23:58Z", "generator": { "date": "2024-11-28T12:23:58Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4095-1", "initial_release_date": "2024-11-28T12:23:58Z", "revision_history": [ { "date": "2024-11-28T12:23:58Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-15.10-3.33.1.aarch64", "product_id": "postgresql15-15.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-contrib-15.10-3.33.1.aarch64", "product_id": "postgresql15-contrib-15.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-devel-15.10-3.33.1.aarch64", "product_id": "postgresql15-devel-15.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-llvmjit-devel-15.10-3.33.1.aarch64", "product_id": "postgresql15-llvmjit-devel-15.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-plperl-15.10-3.33.1.aarch64", "product_id": "postgresql15-plperl-15.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-plpython-15.10-3.33.1.aarch64", "product_id": "postgresql15-plpython-15.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-pltcl-15.10-3.33.1.aarch64", "product_id": "postgresql15-pltcl-15.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-server-15.10-3.33.1.aarch64", "product_id": "postgresql15-server-15.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-server-devel-15.10-3.33.1.aarch64", "product_id": "postgresql15-server-devel-15.10-3.33.1.aarch64" } }, { "category": "product_version", "name": "postgresql15-test-15.10-3.33.1.aarch64", "product": { "name": "postgresql15-test-15.10-3.33.1.aarch64", "product_id": "postgresql15-test-15.10-3.33.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-3.33.1.i586", "product": { "name": "postgresql15-15.10-3.33.1.i586", "product_id": "postgresql15-15.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-3.33.1.i586", "product": { "name": "postgresql15-contrib-15.10-3.33.1.i586", "product_id": "postgresql15-contrib-15.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-3.33.1.i586", "product": { "name": "postgresql15-devel-15.10-3.33.1.i586", "product_id": "postgresql15-devel-15.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-3.33.1.i586", "product": { "name": "postgresql15-llvmjit-devel-15.10-3.33.1.i586", "product_id": "postgresql15-llvmjit-devel-15.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-3.33.1.i586", "product": { "name": "postgresql15-plperl-15.10-3.33.1.i586", "product_id": "postgresql15-plperl-15.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-3.33.1.i586", "product": { "name": "postgresql15-plpython-15.10-3.33.1.i586", "product_id": "postgresql15-plpython-15.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-3.33.1.i586", "product": { "name": "postgresql15-pltcl-15.10-3.33.1.i586", "product_id": "postgresql15-pltcl-15.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-15.10-3.33.1.i586", "product": { "name": "postgresql15-server-15.10-3.33.1.i586", "product_id": "postgresql15-server-15.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-3.33.1.i586", "product": { "name": "postgresql15-server-devel-15.10-3.33.1.i586", "product_id": "postgresql15-server-devel-15.10-3.33.1.i586" } }, { "category": "product_version", "name": "postgresql15-test-15.10-3.33.1.i586", "product": { "name": "postgresql15-test-15.10-3.33.1.i586", "product_id": "postgresql15-test-15.10-3.33.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql15-docs-15.10-3.33.1.noarch", "product": { "name": "postgresql15-docs-15.10-3.33.1.noarch", "product_id": "postgresql15-docs-15.10-3.33.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-15.10-3.33.1.ppc64le", "product_id": "postgresql15-15.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-contrib-15.10-3.33.1.ppc64le", "product_id": "postgresql15-contrib-15.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-devel-15.10-3.33.1.ppc64le", "product_id": "postgresql15-devel-15.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-llvmjit-devel-15.10-3.33.1.ppc64le", "product_id": "postgresql15-llvmjit-devel-15.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-plperl-15.10-3.33.1.ppc64le", "product_id": "postgresql15-plperl-15.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-plpython-15.10-3.33.1.ppc64le", "product_id": "postgresql15-plpython-15.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-pltcl-15.10-3.33.1.ppc64le", "product_id": "postgresql15-pltcl-15.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-server-15.10-3.33.1.ppc64le", "product_id": "postgresql15-server-15.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-server-devel-15.10-3.33.1.ppc64le", "product_id": "postgresql15-server-devel-15.10-3.33.1.ppc64le" } }, { "category": "product_version", "name": "postgresql15-test-15.10-3.33.1.ppc64le", "product": { "name": "postgresql15-test-15.10-3.33.1.ppc64le", "product_id": "postgresql15-test-15.10-3.33.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-3.33.1.s390", "product": { "name": "postgresql15-15.10-3.33.1.s390", "product_id": "postgresql15-15.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-3.33.1.s390", "product": { "name": "postgresql15-contrib-15.10-3.33.1.s390", "product_id": "postgresql15-contrib-15.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-3.33.1.s390", "product": { "name": "postgresql15-devel-15.10-3.33.1.s390", "product_id": "postgresql15-devel-15.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-3.33.1.s390", "product": { "name": "postgresql15-llvmjit-devel-15.10-3.33.1.s390", "product_id": "postgresql15-llvmjit-devel-15.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-3.33.1.s390", "product": { "name": "postgresql15-plperl-15.10-3.33.1.s390", "product_id": "postgresql15-plperl-15.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-3.33.1.s390", "product": { "name": "postgresql15-plpython-15.10-3.33.1.s390", "product_id": "postgresql15-plpython-15.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-3.33.1.s390", "product": { "name": "postgresql15-pltcl-15.10-3.33.1.s390", "product_id": "postgresql15-pltcl-15.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql15-server-15.10-3.33.1.s390", "product": { "name": "postgresql15-server-15.10-3.33.1.s390", "product_id": "postgresql15-server-15.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-3.33.1.s390", "product": { "name": "postgresql15-server-devel-15.10-3.33.1.s390", "product_id": "postgresql15-server-devel-15.10-3.33.1.s390" } }, { "category": "product_version", "name": "postgresql15-test-15.10-3.33.1.s390", "product": { "name": "postgresql15-test-15.10-3.33.1.s390", "product_id": "postgresql15-test-15.10-3.33.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-3.33.1.s390x", "product": { "name": "postgresql15-15.10-3.33.1.s390x", "product_id": "postgresql15-15.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-3.33.1.s390x", "product": { "name": "postgresql15-contrib-15.10-3.33.1.s390x", "product_id": "postgresql15-contrib-15.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-3.33.1.s390x", "product": { "name": "postgresql15-devel-15.10-3.33.1.s390x", "product_id": "postgresql15-devel-15.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-3.33.1.s390x", "product": { "name": "postgresql15-llvmjit-devel-15.10-3.33.1.s390x", "product_id": "postgresql15-llvmjit-devel-15.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-3.33.1.s390x", "product": { "name": "postgresql15-plperl-15.10-3.33.1.s390x", "product_id": "postgresql15-plperl-15.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-3.33.1.s390x", "product": { "name": "postgresql15-plpython-15.10-3.33.1.s390x", "product_id": "postgresql15-plpython-15.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-3.33.1.s390x", "product": { "name": "postgresql15-pltcl-15.10-3.33.1.s390x", "product_id": "postgresql15-pltcl-15.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-15.10-3.33.1.s390x", "product": { "name": "postgresql15-server-15.10-3.33.1.s390x", "product_id": "postgresql15-server-15.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-3.33.1.s390x", "product": { "name": "postgresql15-server-devel-15.10-3.33.1.s390x", "product_id": "postgresql15-server-devel-15.10-3.33.1.s390x" } }, { "category": "product_version", "name": "postgresql15-test-15.10-3.33.1.s390x", "product": { "name": "postgresql15-test-15.10-3.33.1.s390x", "product_id": "postgresql15-test-15.10-3.33.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql15-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-15.10-3.33.1.x86_64", "product_id": "postgresql15-15.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-contrib-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-contrib-15.10-3.33.1.x86_64", "product_id": "postgresql15-contrib-15.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-devel-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-devel-15.10-3.33.1.x86_64", "product_id": "postgresql15-devel-15.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-llvmjit-devel-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-llvmjit-devel-15.10-3.33.1.x86_64", "product_id": "postgresql15-llvmjit-devel-15.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plperl-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-plperl-15.10-3.33.1.x86_64", "product_id": "postgresql15-plperl-15.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-plpython-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-plpython-15.10-3.33.1.x86_64", "product_id": "postgresql15-plpython-15.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-pltcl-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-pltcl-15.10-3.33.1.x86_64", "product_id": "postgresql15-pltcl-15.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-server-15.10-3.33.1.x86_64", "product_id": "postgresql15-server-15.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-server-devel-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-server-devel-15.10-3.33.1.x86_64", "product_id": "postgresql15-server-devel-15.10-3.33.1.x86_64" } }, { "category": "product_version", "name": "postgresql15-test-15.10-3.33.1.x86_64", "product": { "name": "postgresql15-test-15.10-3.33.1.x86_64", "product_id": "postgresql15-test-15.10-3.33.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64" }, "product_reference": "postgresql15-15.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le" }, "product_reference": "postgresql15-15.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x" }, "product_reference": "postgresql15-15.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64" }, "product_reference": "postgresql15-contrib-15.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le" }, "product_reference": "postgresql15-contrib-15.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x" }, "product_reference": "postgresql15-contrib-15.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-3.33.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-3.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64" }, "product_reference": "postgresql15-plperl-15.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le" }, "product_reference": "postgresql15-plperl-15.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x" }, "product_reference": "postgresql15-plperl-15.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64" }, "product_reference": "postgresql15-plpython-15.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le" }, "product_reference": "postgresql15-plpython-15.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x" }, "product_reference": "postgresql15-plpython-15.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64" }, "product_reference": "postgresql15-pltcl-15.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le" }, "product_reference": "postgresql15-pltcl-15.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x" }, "product_reference": "postgresql15-pltcl-15.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-3.33.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64" }, "product_reference": "postgresql15-server-15.10-3.33.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-3.33.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le" }, "product_reference": "postgresql15-server-15.10-3.33.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-3.33.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x" }, "product_reference": "postgresql15-server-15.10-3.33.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-contrib-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-contrib-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-docs-15.10-3.33.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch" }, "product_reference": "postgresql15-docs-15.10-3.33.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plperl-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-plperl-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-plpython-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-plpython-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-pltcl-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-pltcl-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql15-server-15.10-3.33.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" }, "product_reference": "postgresql15-server-15.10-3.33.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10976" } ], "notes": [ { "category": "general", "text": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10976", "url": "https://www.suse.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "SUSE Bug 1233323 for CVE-2024-10976", "url": "https://bugzilla.suse.com/1233323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:23:58Z", "details": "moderate" } ], "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10977" } ], "notes": [ { "category": "general", "text": "Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10977", "url": "https://www.suse.com/security/cve/CVE-2024-10977" }, { "category": "external", "summary": "SUSE Bug 1233325 for CVE-2024-10977", "url": "https://bugzilla.suse.com/1233325" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:23:58Z", "details": "moderate" } ], "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10978" } ], "notes": [ { "category": "general", "text": "Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(\u0027role\u0027) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10978", "url": "https://www.suse.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "SUSE Bug 1233326 for CVE-2024-10978", "url": "https://bugzilla.suse.com/1233326" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:23:58Z", "details": "moderate" } ], "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-10979" } ], "notes": [ { "category": "general", "text": "Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating system user. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-10979", "url": "https://www.suse.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "SUSE Bug 1233327 for CVE-2024-10979", "url": "https://bugzilla.suse.com/1233327" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.10-3.33.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.10-3.33.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.10-3.33.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-28T12:23:58Z", "details": "important" } ], "title": "CVE-2024-10979" } ] }
rhsa-2024:10831
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:16 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID (CVE-2024-10978)\n\n* postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code (CVE-2024-10979)\n\n* postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes (CVE-2024-10976)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:10831", "url": "https://access.redhat.com/errata/RHSA-2024:10831" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10831.json" } ], "title": "Red Hat Security Advisory: postgresql:16 security update", "tracking": { "current_release_date": "2025-08-06T05:15:01+00:00", "generator": { "date": "2025-08-06T05:15:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:10831", "initial_release_date": "2024-12-05T09:17:51+00:00", "revision_history": [ { "date": "2024-12-05T09:17:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-05T09:17:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:15:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:16:8100020241122085009:489197e6", "product": { "name": "postgresql:16:8100020241122085009:489197e6", "product_id": "postgresql:16:8100020241122085009:489197e6", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16?rpmmod=postgresql:16:8100020241122085009:489197e6" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "product": { "name": "postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "product_id": "postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "product": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "product_id": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "product": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "product_id": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_id": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_id": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.5.1-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_id": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_id": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel8.10.0%2B20413%2Bd8116364?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.6-1.module%2Bel8.10.0%2B22551%2Bc0330dc9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, "product_reference": "postgresql:16:8100020241122085009:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src" }, "product_reference": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src" }, "product_reference": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64 as a component of postgresql:16:8100020241122085009:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "cwe": { "id": "CWE-1250", "name": "Improper Preservation of Consistency Between Independent Representations of Shared State" }, "discovery_date": "2024-11-14T14:01:51.200335+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326263" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows incorrect row-level security policies to be applied via subqueries, WITH queries, security invoker views, or SQL-language functions that reference tables with row-level security policies. This issue arises when a query is planned under one role and executed under another, potentially leading to unauthorized reads or modifications of data.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "RHBZ#2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10976", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10976" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10976/", "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" } ], "release_date": "2024-11-14T13:00:01.930000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-05T09:17:51+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10831" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes" }, { "cve": "CVE-2024-10978", "cwe": { "id": "CWE-266", "name": "Incorrect Privilege Assignment" }, "discovery_date": "2024-11-14T14:01:03.625881+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326251" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows a less-privileged application user to view or change unintended rows using SET ROLE, SET SESSION AUTHORIZATION, or equivalent features resulting in loss of confidentiality integrity and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-266: and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with least privilege principles to ensure that only authorized roles and users can execute or manipulate code. Additionally, the platform\u0027s built-in Role-Based Access Control (RBAC) enforces least privilege across workloads. Red Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which helps detect and alert of any anomalous or unauthorized activity. Finally, process isolation ensures that compromised components are contained within the originating process, preventing it from affecting other processes or the system as a whole.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "RHBZ#2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10978/", "url": "https://www.postgresql.org/support/security/CVE-2024-10978/" } ], "release_date": "2024-11-14T13:00:07.398000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-05T09:17:51+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10831" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID" }, { "cve": "CVE-2024-10979", "cwe": { "id": "CWE-15", "name": "External Control of System or Configuration Setting" }, "discovery_date": "2024-11-14T14:01:12.059934+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326253" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL PL/Perl. This vulnerability allows an unprivileged database user to change sensitive process environment variables (e.g., PATH) via incorrect control of environment variables.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has been given a severity rating of important because the ability to modify sensitive process environment variables (ex. PATH) can lead to unauthorized code execution and privilege escalation. Depending on the privileges of the PostgreSQL user, an attacker may be able to gain higher-level access to the underlying server and create functions who modify environment variables and execute arbitrary commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "RHBZ#2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10979" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10979/", "url": "https://www.postgresql.org/support/security/CVE-2024-10979/" } ], "release_date": "2024-11-14T13:00:08.586000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-05T09:17:51+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10831" }, { "category": "workaround", "details": "Currently the following options exist to help mitigate the impact of this vulnerability: \n1) Restrict Permissions: the creation of PL/Python and PL/Perl functions should be limited to trusted users only. \n2) Environment Variable Sanitization: ensure that environment variables are properly sanitized and any modifications are restricted.\n3) Upgrade PostgreSQL: if a fix is released by the PostgreSQL Global Development Group, update to the latest version.\n4) Audit Database Functions: perform regular audits on user-created functions to detect and prevent potential exploitation.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debuginfo-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pg_repack-debugsource-0:1.5.1-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debuginfo-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:pgaudit-debugsource-0:16.0-1.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el8.10.0+20413+d8116364.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-contrib-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-debugsource-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-docs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plperl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-plpython3-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-pltcl-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-private-libs-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-server-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-static-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-test-rpm-macros-0:16.6-1.module+el8.10.0+22551+c0330dc9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:16:8100020241122085009:489197e6:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el8.10.0+22551+c0330dc9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code" } ] }
rhsa-2024:10787
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID (CVE-2024-10978)\n\n* postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code (CVE-2024-10979)\n\n* postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes (CVE-2024-10976)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:10787", "url": "https://access.redhat.com/errata/RHSA-2024:10787" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10787.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2025-08-06T05:15:09+00:00", "generator": { "date": "2025-08-06T05:15:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:10787", "initial_release_date": "2024-12-04T09:24:20+00:00", "revision_history": [ { "date": "2024-12-04T09:24:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-04T09:24:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:15:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:9050020241122141928:rhel9", "product": { "name": "postgresql:15:9050020241122141928:rhel9", "product_id": "postgresql:15:9050020241122141928:rhel9", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15?rpmmod=postgresql:15:9050020241122141928:rhel9" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "product_id": "postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "product": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "product_id": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "product": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "product_id": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "product": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "product_id": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "product": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "product_id": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "product": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "product_id": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "product": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "product_id": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-2.module%2Bel9.5.0%2B22224%2Bf5585c78?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.10-1.module%2Bel9.5.0%2B22558%2Babb1a50b?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, "product_reference": "postgresql:15:9050020241122141928:rhel9", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64" }, "product_reference": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x" }, "product_reference": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src" }, "product_reference": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64" }, "product_reference": "pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src" }, "product_reference": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64 as a component of postgresql:15:9050020241122141928:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "cwe": { "id": "CWE-1250", "name": "Improper Preservation of Consistency Between Independent Representations of Shared State" }, "discovery_date": "2024-11-14T14:01:51.200335+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326263" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows incorrect row-level security policies to be applied via subqueries, WITH queries, security invoker views, or SQL-language functions that reference tables with row-level security policies. This issue arises when a query is planned under one role and executed under another, potentially leading to unauthorized reads or modifications of data.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "RHBZ#2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10976", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10976" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10976/", "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" } ], "release_date": "2024-11-14T13:00:01.930000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T09:24:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10787" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes" }, { "cve": "CVE-2024-10978", "cwe": { "id": "CWE-266", "name": "Incorrect Privilege Assignment" }, "discovery_date": "2024-11-14T14:01:03.625881+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326251" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows a less-privileged application user to view or change unintended rows using SET ROLE, SET SESSION AUTHORIZATION, or equivalent features resulting in loss of confidentiality integrity and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-266: and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with least privilege principles to ensure that only authorized roles and users can execute or manipulate code. Additionally, the platform\u0027s built-in Role-Based Access Control (RBAC) enforces least privilege across workloads. Red Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which helps detect and alert of any anomalous or unauthorized activity. Finally, process isolation ensures that compromised components are contained within the originating process, preventing it from affecting other processes or the system as a whole.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "RHBZ#2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10978/", "url": "https://www.postgresql.org/support/security/CVE-2024-10978/" } ], "release_date": "2024-11-14T13:00:07.398000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T09:24:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10787" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID" }, { "cve": "CVE-2024-10979", "cwe": { "id": "CWE-15", "name": "External Control of System or Configuration Setting" }, "discovery_date": "2024-11-14T14:01:12.059934+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326253" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL PL/Perl. This vulnerability allows an unprivileged database user to change sensitive process environment variables (e.g., PATH) via incorrect control of environment variables.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has been given a severity rating of important because the ability to modify sensitive process environment variables (ex. PATH) can lead to unauthorized code execution and privilege escalation. Depending on the privileges of the PostgreSQL user, an attacker may be able to gain higher-level access to the underlying server and create functions who modify environment variables and execute arbitrary commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "RHBZ#2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10979" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10979/", "url": "https://www.postgresql.org/support/security/CVE-2024-10979/" } ], "release_date": "2024-11-14T13:00:08.586000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T09:24:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10787" }, { "category": "workaround", "details": "Currently the following options exist to help mitigate the impact of this vulnerability: \n1) Restrict Permissions: the creation of PL/Python and PL/Perl functions should be limited to trusted users only. \n2) Environment Variable Sanitization: ensure that environment variables are properly sanitized and any modifications are restricted.\n3) Upgrade PostgreSQL: if a fix is released by the PostgreSQL Global Development Group, update to the latest version.\n4) Audit Database Functions: perform regular audits on user-created functions to detect and prevent potential exploitation.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debuginfo-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pg_repack-debugsource-0:1.4.8-2.module+el9.5.0+22224+f5585c78.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.src", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-contrib-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-debugsource-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-docs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plperl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-plpython3-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-pltcl-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-private-libs-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-server-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-static-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-test-rpm-macros-0:15.10-1.module+el9.5.0+22558+abb1a50b.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:15:9050020241122141928:rhel9:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el9.5.0+22558+abb1a50b.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code" } ] }
rhsa-2024:10830
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID (CVE-2024-10978)\n\n* postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code (CVE-2024-10979)\n\n* postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes (CVE-2024-10976)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:10830", "url": "https://access.redhat.com/errata/RHSA-2024:10830" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10830.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2025-08-06T05:16:42+00:00", "generator": { "date": "2025-08-06T05:16:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:10830", "initial_release_date": "2024-12-05T09:15:31+00:00", "revision_history": [ { "date": "2024-12-05T09:15:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-05T09:15:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:16:42+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:8100020241122084744:489197e6", "product": { "name": "postgresql:15:8100020241122084744:489197e6", "product_id": "postgresql:15:8100020241122084744:489197e6", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15?rpmmod=postgresql:15:8100020241122084744:489197e6" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "product_id": "postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "product": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "product_id": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.10-1.module%2Bel8.10.0%2B22550%2B22c7d5ca?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, "product_reference": "postgresql:15:8100020241122084744:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src" }, "product_reference": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64 as a component of postgresql:15:8100020241122084744:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "cwe": { "id": "CWE-1250", "name": "Improper Preservation of Consistency Between Independent Representations of Shared State" }, "discovery_date": "2024-11-14T14:01:51.200335+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326263" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows incorrect row-level security policies to be applied via subqueries, WITH queries, security invoker views, or SQL-language functions that reference tables with row-level security policies. This issue arises when a query is planned under one role and executed under another, potentially leading to unauthorized reads or modifications of data.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "RHBZ#2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10976", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10976" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10976/", "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" } ], "release_date": "2024-11-14T13:00:01.930000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-05T09:15:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10830" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes" }, { "cve": "CVE-2024-10978", "cwe": { "id": "CWE-266", "name": "Incorrect Privilege Assignment" }, "discovery_date": "2024-11-14T14:01:03.625881+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326251" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows a less-privileged application user to view or change unintended rows using SET ROLE, SET SESSION AUTHORIZATION, or equivalent features resulting in loss of confidentiality integrity and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-266: and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with least privilege principles to ensure that only authorized roles and users can execute or manipulate code. Additionally, the platform\u0027s built-in Role-Based Access Control (RBAC) enforces least privilege across workloads. Red Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which helps detect and alert of any anomalous or unauthorized activity. Finally, process isolation ensures that compromised components are contained within the originating process, preventing it from affecting other processes or the system as a whole.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "RHBZ#2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10978/", "url": "https://www.postgresql.org/support/security/CVE-2024-10978/" } ], "release_date": "2024-11-14T13:00:07.398000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-05T09:15:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10830" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID" }, { "cve": "CVE-2024-10979", "cwe": { "id": "CWE-15", "name": "External Control of System or Configuration Setting" }, "discovery_date": "2024-11-14T14:01:12.059934+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326253" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL PL/Perl. This vulnerability allows an unprivileged database user to change sensitive process environment variables (e.g., PATH) via incorrect control of environment variables.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has been given a severity rating of important because the ability to modify sensitive process environment variables (ex. PATH) can lead to unauthorized code execution and privilege escalation. Depending on the privileges of the PostgreSQL user, an attacker may be able to gain higher-level access to the underlying server and create functions who modify environment variables and execute arbitrary commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "RHBZ#2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10979" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10979/", "url": "https://www.postgresql.org/support/security/CVE-2024-10979/" } ], "release_date": "2024-11-14T13:00:08.586000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-05T09:15:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10830" }, { "category": "workaround", "details": "Currently the following options exist to help mitigate the impact of this vulnerability: \n1) Restrict Permissions: the creation of PL/Python and PL/Perl functions should be limited to trusted users only. \n2) Environment Variable Sanitization: ensure that environment variables are properly sanitized and any modifications are restricted.\n3) Upgrade PostgreSQL: if a fix is released by the PostgreSQL Global Development Group, update to the latest version.\n4) Audit Database Functions: perform regular audits on user-created functions to detect and prevent potential exploitation.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-contrib-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-debugsource-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-docs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plperl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-plpython3-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-pltcl-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-private-libs-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-server-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-static-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-test-rpm-macros-0:15.10-1.module+el8.10.0+22550+22c7d5ca.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:15:8100020241122084744:489197e6:postgresql-upgrade-devel-debuginfo-0:15.10-1.module+el8.10.0+22550+22c7d5ca.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code" } ] }
rhsa-2024:10788
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:16 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID (CVE-2024-10978)\n\n* postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code (CVE-2024-10979)\n\n* postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes (CVE-2024-10976)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:10788", "url": "https://access.redhat.com/errata/RHSA-2024:10788" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10788.json" } ], "title": "Red Hat Security Advisory: postgresql:16 security update", "tracking": { "current_release_date": "2025-08-06T05:15:22+00:00", "generator": { "date": "2025-08-06T05:15:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:10788", "initial_release_date": "2024-12-04T09:24:28+00:00", "revision_history": [ { "date": "2024-12-04T09:24:28+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-04T09:24:28+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:15:22+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:16:9050020241122142517:rhel9", "product": { "name": "postgresql:16:9050020241122142517:rhel9", "product_id": "postgresql:16:9050020241122142517:rhel9", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16?rpmmod=postgresql:16:9050020241122142517:rhel9" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "product": { "name": "postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "product_id": "postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "product": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "product_id": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=src" } } }, { "category": "product_version", "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "product": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "product_id": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "product": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "product_id": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "product": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "product_id": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=aarch64" } } }, { "category": "product_version", "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "product": { "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "product_id": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector-debuginfo@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=aarch64" } } }, { "category": "product_version", "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "product": { "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "product_id": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector-debugsource@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "product": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "product_id": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=ppc64le" } } }, { "category": "product_version", "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "product": { "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "product_id": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector-debuginfo@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=ppc64le" } } }, { "category": "product_version", "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "product": { "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "product_id": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector-debugsource@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_id": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "product": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "product_id": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=s390x" } } }, { "category": "product_version", "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "product": { "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "product_id": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector-debuginfo@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=s390x" } } }, { "category": "product_version", "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "product": { "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "product_id": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector-debugsource@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.5.1-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@16.0-1.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "product": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "product_id": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=x86_64" } } }, { "category": "product_version", "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "product": { "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "product_id": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector-debuginfo@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=x86_64" } } }, { "category": "product_version", "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "product": { "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "product_id": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgvector-debugsource@0.6.2-1.module%2Bel9.5.0%2B21770%2Bad2986ef?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@2.4.0-1.Final.module%2Bel9.4.0%2B20427%2B07482b8c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@16.6-1.module%2Bel9.5.0%2B22557%2B8cb08ba5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, "product_reference": "postgresql:16:9050020241122142517:rhel9", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src" }, "product_reference": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64" }, "product_reference": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le" }, "product_reference": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x" }, "product_reference": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src" }, "product_reference": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64" }, "product_reference": "pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64" }, "product_reference": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le" }, "product_reference": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x" }, "product_reference": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64" }, "product_reference": "pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64" }, "product_reference": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le" }, "product_reference": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x" }, "product_reference": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64" }, "product_reference": "pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src" }, "product_reference": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64 as a component of postgresql:16:9050020241122142517:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "cwe": { "id": "CWE-1250", "name": "Improper Preservation of Consistency Between Independent Representations of Shared State" }, "discovery_date": "2024-11-14T14:01:51.200335+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326263" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows incorrect row-level security policies to be applied via subqueries, WITH queries, security invoker views, or SQL-language functions that reference tables with row-level security policies. This issue arises when a query is planned under one role and executed under another, potentially leading to unauthorized reads or modifications of data.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "RHBZ#2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10976", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10976" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10976/", "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" } ], "release_date": "2024-11-14T13:00:01.930000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T09:24:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10788" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes" }, { "cve": "CVE-2024-10978", "cwe": { "id": "CWE-266", "name": "Incorrect Privilege Assignment" }, "discovery_date": "2024-11-14T14:01:03.625881+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326251" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows a less-privileged application user to view or change unintended rows using SET ROLE, SET SESSION AUTHORIZATION, or equivalent features resulting in loss of confidentiality integrity and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-266: and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with least privilege principles to ensure that only authorized roles and users can execute or manipulate code. Additionally, the platform\u0027s built-in Role-Based Access Control (RBAC) enforces least privilege across workloads. Red Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which helps detect and alert of any anomalous or unauthorized activity. Finally, process isolation ensures that compromised components are contained within the originating process, preventing it from affecting other processes or the system as a whole.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "RHBZ#2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10978/", "url": "https://www.postgresql.org/support/security/CVE-2024-10978/" } ], "release_date": "2024-11-14T13:00:07.398000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T09:24:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10788" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID" }, { "cve": "CVE-2024-10979", "cwe": { "id": "CWE-15", "name": "External Control of System or Configuration Setting" }, "discovery_date": "2024-11-14T14:01:12.059934+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326253" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL PL/Perl. This vulnerability allows an unprivileged database user to change sensitive process environment variables (e.g., PATH) via incorrect control of environment variables.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has been given a severity rating of important because the ability to modify sensitive process environment variables (ex. PATH) can lead to unauthorized code execution and privilege escalation. Depending on the privileges of the PostgreSQL user, an attacker may be able to gain higher-level access to the underlying server and create functions who modify environment variables and execute arbitrary commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "RHBZ#2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10979" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10979/", "url": "https://www.postgresql.org/support/security/CVE-2024-10979/" } ], "release_date": "2024-11-14T13:00:08.586000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T09:24:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10788" }, { "category": "workaround", "details": "Currently the following options exist to help mitigate the impact of this vulnerability: \n1) Restrict Permissions: the creation of PL/Python and PL/Perl functions should be limited to trusted users only. \n2) Environment Variable Sanitization: ensure that environment variables are properly sanitized and any modifications are restricted.\n3) Upgrade PostgreSQL: if a fix is released by the PostgreSQL Global Development Group, update to the latest version.\n4) Audit Database Functions: perform regular audits on user-created functions to detect and prevent potential exploitation.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debuginfo-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pg_repack-debugsource-0:1.5.1-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debuginfo-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgaudit-debugsource-0:16.0-1.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debuginfo-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:pgvector-debugsource-0:0.6.2-1.module+el9.5.0+21770+ad2986ef.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debuginfo-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgres-decoderbufs-debugsource-0:2.4.0-1.Final.module+el9.4.0+20427+07482b8c.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.src", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-contrib-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-debugsource-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-docs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plperl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-plpython3-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-pltcl-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-private-libs-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-server-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-static-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-test-rpm-macros-0:16.6-1.module+el9.5.0+22557+8cb08ba5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql:16:9050020241122142517:rhel9:postgresql-upgrade-devel-debuginfo-0:16.6-1.module+el9.5.0+22557+8cb08ba5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code" } ] }
rhsa-2024:10785
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID (CVE-2024-10978)\n\n* postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code (CVE-2024-10979)\n\n* postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes (CVE-2024-10976)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:10785", "url": "https://access.redhat.com/errata/RHSA-2024:10785" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10785.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2025-08-06T05:14:55+00:00", "generator": { "date": "2025-08-06T05:14:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:10785", "initial_release_date": "2024-12-04T08:52:08+00:00", "revision_history": [ { "date": "2024-12-04T08:52:08+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-04T08:52:08+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:14:55+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8100020241122084405:489197e6", "product": { "name": "postgresql:12:8100020241122084405:489197e6", "product_id": "postgresql:12:8100020241122084405:489197e6", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12?rpmmod=postgresql:12:8100020241122084405:489197e6" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "product_id": "postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "product": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "product_id": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.10.0%2B22214%2B9beb89d6?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.22-1.module%2Bel8.10.0%2B22548%2Bdd326681?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, "product_reference": "postgresql:12:8100020241122084405:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src" }, "product_reference": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64 as a component of postgresql:12:8100020241122084405:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "cwe": { "id": "CWE-1250", "name": "Improper Preservation of Consistency Between Independent Representations of Shared State" }, "discovery_date": "2024-11-14T14:01:51.200335+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326263" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows incorrect row-level security policies to be applied via subqueries, WITH queries, security invoker views, or SQL-language functions that reference tables with row-level security policies. This issue arises when a query is planned under one role and executed under another, potentially leading to unauthorized reads or modifications of data.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "RHBZ#2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10976", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10976" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10976/", "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" } ], "release_date": "2024-11-14T13:00:01.930000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T08:52:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10785" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes" }, { "cve": "CVE-2024-10978", "cwe": { "id": "CWE-266", "name": "Incorrect Privilege Assignment" }, "discovery_date": "2024-11-14T14:01:03.625881+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326251" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows a less-privileged application user to view or change unintended rows using SET ROLE, SET SESSION AUTHORIZATION, or equivalent features resulting in loss of confidentiality integrity and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-266: and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with least privilege principles to ensure that only authorized roles and users can execute or manipulate code. Additionally, the platform\u0027s built-in Role-Based Access Control (RBAC) enforces least privilege across workloads. Red Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which helps detect and alert of any anomalous or unauthorized activity. Finally, process isolation ensures that compromised components are contained within the originating process, preventing it from affecting other processes or the system as a whole.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "RHBZ#2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10978/", "url": "https://www.postgresql.org/support/security/CVE-2024-10978/" } ], "release_date": "2024-11-14T13:00:07.398000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T08:52:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10785" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID" }, { "cve": "CVE-2024-10979", "cwe": { "id": "CWE-15", "name": "External Control of System or Configuration Setting" }, "discovery_date": "2024-11-14T14:01:12.059934+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326253" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL PL/Perl. This vulnerability allows an unprivileged database user to change sensitive process environment variables (e.g., PATH) via incorrect control of environment variables.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has been given a severity rating of important because the ability to modify sensitive process environment variables (ex. PATH) can lead to unauthorized code execution and privilege escalation. Depending on the privileges of the PostgreSQL user, an attacker may be able to gain higher-level access to the underlying server and create functions who modify environment variables and execute arbitrary commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "RHBZ#2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10979" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10979/", "url": "https://www.postgresql.org/support/security/CVE-2024-10979/" } ], "release_date": "2024-11-14T13:00:08.586000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T08:52:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10785" }, { "category": "workaround", "details": "Currently the following options exist to help mitigate the impact of this vulnerability: \n1) Restrict Permissions: the creation of PL/Python and PL/Perl functions should be limited to trusted users only. \n2) Environment Variable Sanitization: ensure that environment variables are properly sanitized and any modifications are restricted.\n3) Upgrade PostgreSQL: if a fix is released by the PostgreSQL Global Development Group, update to the latest version.\n4) Audit Database Functions: perform regular audits on user-created functions to detect and prevent potential exploitation.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debuginfo-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:pgaudit-debugsource-0:1.4.0-7.module+el8.10.0+22214+9beb89d6.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-contrib-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-debugsource-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-docs-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plperl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-plpython3-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-pltcl-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-server-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-static-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-test-rpm-macros-0:12.22-1.module+el8.10.0+22548+dd326681.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:12:8100020241122084405:489197e6:postgresql-upgrade-devel-debuginfo-0:12.22-1.module+el8.10.0+22548+dd326681.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code" } ] }
rhsa-2024:10832
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID (CVE-2024-10978)\n\n* postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code (CVE-2024-10979)\n\n* postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes (CVE-2024-10976)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:10832", "url": "https://access.redhat.com/errata/RHSA-2024:10832" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10832.json" } ], "title": "Red Hat Security Advisory: postgresql:13 security update", "tracking": { "current_release_date": "2025-08-06T05:14:47+00:00", "generator": { "date": "2025-08-06T05:14:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:10832", "initial_release_date": "2024-12-05T09:15:31+00:00", "revision_history": [ { "date": "2024-12-05T09:15:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-05T09:15:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:14:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:13:8100020241122084628:489197e6", "product": { "name": "postgresql:13:8100020241122084628:489197e6", "product_id": "postgresql:13:8100020241122084628:489197e6", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13?rpmmod=postgresql:13:8100020241122084628:489197e6" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "product": { "name": "postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "product_id": "postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "product": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "product_id": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.18-1.module%2Bel8.10.0%2B22549%2Bcf2ec3d9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, "product_reference": "postgresql:13:8100020241122084628:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src" }, "product_reference": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64 as a component of postgresql:13:8100020241122084628:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "cwe": { "id": "CWE-1250", "name": "Improper Preservation of Consistency Between Independent Representations of Shared State" }, "discovery_date": "2024-11-14T14:01:51.200335+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326263" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows incorrect row-level security policies to be applied via subqueries, WITH queries, security invoker views, or SQL-language functions that reference tables with row-level security policies. This issue arises when a query is planned under one role and executed under another, potentially leading to unauthorized reads or modifications of data.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "RHBZ#2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10976", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10976" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10976/", "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" } ], "release_date": "2024-11-14T13:00:01.930000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-05T09:15:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10832" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes" }, { "cve": "CVE-2024-10978", "cwe": { "id": "CWE-266", "name": "Incorrect Privilege Assignment" }, "discovery_date": "2024-11-14T14:01:03.625881+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326251" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows a less-privileged application user to view or change unintended rows using SET ROLE, SET SESSION AUTHORIZATION, or equivalent features resulting in loss of confidentiality integrity and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-266: and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with least privilege principles to ensure that only authorized roles and users can execute or manipulate code. Additionally, the platform\u0027s built-in Role-Based Access Control (RBAC) enforces least privilege across workloads. Red Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which helps detect and alert of any anomalous or unauthorized activity. Finally, process isolation ensures that compromised components are contained within the originating process, preventing it from affecting other processes or the system as a whole.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "RHBZ#2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10978/", "url": "https://www.postgresql.org/support/security/CVE-2024-10978/" } ], "release_date": "2024-11-14T13:00:07.398000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-05T09:15:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10832" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID" }, { "cve": "CVE-2024-10979", "cwe": { "id": "CWE-15", "name": "External Control of System or Configuration Setting" }, "discovery_date": "2024-11-14T14:01:12.059934+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326253" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL PL/Perl. This vulnerability allows an unprivileged database user to change sensitive process environment variables (e.g., PATH) via incorrect control of environment variables.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has been given a severity rating of important because the ability to modify sensitive process environment variables (ex. PATH) can lead to unauthorized code execution and privilege escalation. Depending on the privileges of the PostgreSQL user, an attacker may be able to gain higher-level access to the underlying server and create functions who modify environment variables and execute arbitrary commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "RHBZ#2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10979" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10979/", "url": "https://www.postgresql.org/support/security/CVE-2024-10979/" } ], "release_date": "2024-11-14T13:00:08.586000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-05T09:15:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10832" }, { "category": "workaround", "details": "Currently the following options exist to help mitigate the impact of this vulnerability: \n1) Restrict Permissions: the creation of PL/Python and PL/Perl functions should be limited to trusted users only. \n2) Environment Variable Sanitization: ensure that environment variables are properly sanitized and any modifications are restricted.\n3) Upgrade PostgreSQL: if a fix is released by the PostgreSQL Global Development Group, update to the latest version.\n4) Audit Database Functions: perform regular audits on user-created functions to detect and prevent potential exploitation.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.src", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-contrib-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-debugsource-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-docs-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plperl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-plpython3-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-pltcl-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-server-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-static-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-test-rpm-macros-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.noarch", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.s390x", "AppStream-8.10.0.Z.MAIN.EUS:postgresql:13:8100020241122084628:489197e6:postgresql-upgrade-devel-debuginfo-0:13.18-1.module+el8.10.0+22549+cf2ec3d9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code" } ] }
rhsa-2024:10791
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for postgresql is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID (CVE-2024-10978)\n\n* postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code (CVE-2024-10979)\n\n* postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes (CVE-2024-10976)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:10791", "url": "https://access.redhat.com/errata/RHSA-2024:10791" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10791.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2025-08-06T05:15:49+00:00", "generator": { "date": "2025-08-06T05:15:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2024:10791", "initial_release_date": "2024-12-04T15:41:09+00:00", "revision_history": [ { "date": "2024-12-04T15:41:09+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-12-04T15:41:09+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:15:49+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 9)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.18-1.el9_5.src", "product": { "name": "postgresql-0:13.18-1.el9_5.src", "product_id": "postgresql-0:13.18-1.el9_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.el9_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-contrib-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-contrib-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-plperl-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-plperl-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-plpython3-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-plpython3-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-pltcl-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-pltcl-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-private-libs-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-private-libs-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-server-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-server-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-upgrade-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-upgrade-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-debugsource-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-debugsource-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-docs-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-docs-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-private-devel-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-private-devel-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-server-devel-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-server-devel-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-static-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-static-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-test-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-test-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.18-1.el9_5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "product_id": "postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.18-1.el9_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-contrib-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-contrib-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-plperl-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-plperl-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-server-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-server-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-docs-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-docs-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-static-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-static-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-test-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-test-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.18-1.el9_5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.18-1.el9_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-contrib-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-contrib-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-plperl-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-plperl-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-plpython3-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-plpython3-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-pltcl-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-pltcl-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-private-libs-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-private-libs-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-server-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-server-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-upgrade-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-upgrade-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-debugsource-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-debugsource-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-docs-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-docs-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-private-devel-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-private-devel-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-server-devel-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-server-devel-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-static-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-static-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-test-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-test-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.18-1.el9_5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "product_id": "postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.18-1.el9_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-0:13.18-1.el9_5.s390x", "product_id": "postgresql-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-contrib-0:13.18-1.el9_5.s390x", "product_id": "postgresql-contrib-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-plperl-0:13.18-1.el9_5.s390x", "product_id": "postgresql-plperl-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-plpython3-0:13.18-1.el9_5.s390x", "product_id": "postgresql-plpython3-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-pltcl-0:13.18-1.el9_5.s390x", "product_id": "postgresql-pltcl-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-private-libs-0:13.18-1.el9_5.s390x", "product_id": "postgresql-private-libs-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-server-0:13.18-1.el9_5.s390x", "product_id": "postgresql-server-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-upgrade-0:13.18-1.el9_5.s390x", "product_id": "postgresql-upgrade-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-debugsource-0:13.18-1.el9_5.s390x", "product_id": "postgresql-debugsource-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-docs-0:13.18-1.el9_5.s390x", "product_id": "postgresql-docs-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-private-devel-0:13.18-1.el9_5.s390x", "product_id": "postgresql-private-devel-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-server-devel-0:13.18-1.el9_5.s390x", "product_id": "postgresql-server-devel-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-static-0:13.18-1.el9_5.s390x", "product_id": "postgresql-static-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-test-0:13.18-1.el9_5.s390x", "product_id": "postgresql-test-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.18-1.el9_5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "product_id": "postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.18-1.el9_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "product": { "name": "postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "product_id": "postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.18-1.el9_5?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src" }, "product_reference": "postgresql-0:13.18-1.el9_5.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-contrib-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-contrib-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-contrib-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-contrib-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-debugsource-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-debugsource-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-debugsource-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-docs-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-docs-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-docs-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-docs-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-plperl-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-plperl-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-plperl-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-plperl-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-plpython3-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-plpython3-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-plpython3-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-pltcl-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-pltcl-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-pltcl-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-private-devel-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-private-devel-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-private-devel-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-private-libs-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-private-libs-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-private-libs-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-server-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-server-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-server-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-server-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-server-devel-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-server-devel-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-server-devel-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-static-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-static-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-static-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-static-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-test-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-test-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-test-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-test-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-upgrade-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-upgrade-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-upgrade-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src" }, "product_reference": "postgresql-0:13.18-1.el9_5.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-contrib-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-contrib-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-contrib-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-contrib-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-debugsource-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-debugsource-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-debugsource-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-docs-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-docs-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-docs-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-docs-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-plperl-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-plperl-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-plperl-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-plperl-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-plpython3-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-plpython3-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-plpython3-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-pltcl-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-pltcl-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-pltcl-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-private-devel-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-private-devel-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-private-devel-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-private-libs-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-private-libs-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-private-libs-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-server-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-server-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-server-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-server-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-server-devel-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-server-devel-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-server-devel-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-static-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-static-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-static-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-static-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-test-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-test-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-test-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-test-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-upgrade-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-upgrade-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-upgrade-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "cwe": { "id": "CWE-1250", "name": "Improper Preservation of Consistency Between Independent Representations of Shared State" }, "discovery_date": "2024-11-14T14:01:51.200335+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326263" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows incorrect row-level security policies to be applied via subqueries, WITH queries, security invoker views, or SQL-language functions that reference tables with row-level security policies. This issue arises when a query is planned under one role and executed under another, potentially leading to unauthorized reads or modifications of data.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10976" }, { "category": "external", "summary": "RHBZ#2326263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326263" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10976", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10976" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10976/", "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" } ], "release_date": "2024-11-14T13:00:01.930000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T15:41:09+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10791" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL row security below e.g. subqueries disregards user ID changes" }, { "cve": "CVE-2024-10978", "cwe": { "id": "CWE-266", "name": "Incorrect Privilege Assignment" }, "discovery_date": "2024-11-14T14:01:03.625881+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326251" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. This vulnerability allows a less-privileged application user to view or change unintended rows using SET ROLE, SET SESSION AUTHORIZATION, or equivalent features resulting in loss of confidentiality integrity and availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-266: and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with least privilege principles to ensure that only authorized roles and users can execute or manipulate code. Additionally, the platform\u0027s built-in Role-Based Access Control (RBAC) enforces least privilege across workloads. Red Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which helps detect and alert of any anomalous or unauthorized activity. Finally, process isolation ensures that compromised components are contained within the originating process, preventing it from affecting other processes or the system as a whole.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10978" }, { "category": "external", "summary": "RHBZ#2326251", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326251" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10978" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10978" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10978/", "url": "https://www.postgresql.org/support/security/CVE-2024-10978/" } ], "release_date": "2024-11-14T13:00:07.398000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T15:41:09+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10791" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "postgresql: PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID" }, { "cve": "CVE-2024-10979", "cwe": { "id": "CWE-15", "name": "External Control of System or Configuration Setting" }, "discovery_date": "2024-11-14T14:01:12.059934+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326253" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL PL/Perl. This vulnerability allows an unprivileged database user to change sensitive process environment variables (e.g., PATH) via incorrect control of environment variables.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has been given a severity rating of important because the ability to modify sensitive process environment variables (ex. PATH) can lead to unauthorized code execution and privilege escalation. Depending on the privileges of the PostgreSQL user, an attacker may be able to gain higher-level access to the underlying server and create functions who modify environment variables and execute arbitrary commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-10979" }, { "category": "external", "summary": "RHBZ#2326253", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326253" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-10979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-10979" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10979" }, { "category": "external", "summary": "https://www.postgresql.org/support/security/CVE-2024-10979/", "url": "https://www.postgresql.org/support/security/CVE-2024-10979/" } ], "release_date": "2024-11-14T13:00:08.586000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-12-04T15:41:09+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:10791" }, { "category": "workaround", "details": "Currently the following options exist to help mitigate the impact of this vulnerability: \n1) Restrict Permissions: the creation of PL/Python and PL/Perl functions should be limited to trusted users only. \n2) Environment Variable Sanitization: ensure that environment variables are properly sanitized and any modifications are restricted.\n3) Upgrade PostgreSQL: if a fix is released by the PostgreSQL Global Development Group, update to the latest version.\n4) Audit Database Functions: perform regular audits on user-created functions to detect and prevent potential exploitation.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.src", "CRB-9.5.0.Z.MAIN:postgresql-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-debugsource-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-docs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-static-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-test-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-test-rpm-macros-0:13.18-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-0:13.18-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.18-1.el9_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: PostgreSQL PL/Perl environment variable changes execute arbitrary code" } ] }
wid-sec-w-2024-3475
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "PostgreSQL ist eine frei verf\u00fcgbare Datenbank f\u00fcr unterschiedliche Betriebssysteme.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter Angreifer kann mehrere Schwachstellen in PostgreSQL ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, Daten zu manipulieren oder vertrauliche Informationen preiszugeben.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- MacOS X\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-3475 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3475.json" }, { "category": "self", "summary": "WID-SEC-2024-3475 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3475" }, { "category": "external", "summary": "PostgreSQL Release Notes vom 2024-11-14", "url": "https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/" }, { "category": "external", "summary": "PostgreSQL Security Advisory vom 2024-11-14", "url": "https://www.postgresql.org/support/security/CVE-2024-10976/" }, { "category": "external", "summary": "PostgreSQL Security Advisory vom 2024-11-14", "url": "https://www.postgresql.org/support/security/CVE-2024-10977/" }, { "category": "external", "summary": "PostgreSQL Security Advisory vom 2024-11-14", "url": "https://www.postgresql.org/support/security/CVE-2024-10978/" }, { "category": "external", "summary": "PostgreSQL Security Advisory vom 2024-11-14", "url": "https://www.postgresql.org/support/security/CVE-2024-10979/" }, { "category": "external", "summary": "Debian Security Advisory DSA-5812 vom 2024-11-16", "url": "https://lists.debian.org/debian-security-announce/2024/msg00226.html" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14502-1 vom 2024-11-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/AKWDFN2C7BDHNEIL7UAMUE2QLH322LIK/" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14505-1 vom 2024-11-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RB4KENPNXIDYL7D4OSLN7SICCC2ASXXP/" }, { "category": "external", "summary": "Debian Security Advisory DLA-3954 vom 2024-11-16", "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00011.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4052-1 vom 2024-11-25", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019843.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4063-1 vom 2024-11-26", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/NM7DG2QZKFAKH2TVO6LI5MFXR43ZC4RC/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4098-1 vom 2024-11-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019869.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4097-1 vom 2024-11-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019870.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4096-1 vom 2024-11-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019871.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4095-1 vom 2024-11-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019872.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4099-1 vom 2024-11-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019868.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4118-1 vom 2024-11-29", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VBMMHVAJJCAP52ZFWBGECD6A3RO5GMX4/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10593 vom 2024-12-02", "url": "https://access.redhat.com/errata/RHSA-2024:10593" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4114-1 vom 2024-11-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019874.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10595 vom 2024-12-02", "url": "https://access.redhat.com/errata/RHSA-2024:10595" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10705 vom 2024-12-02", "url": "https://access.redhat.com/errata/RHSA-2024:10705" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7132-1 vom 2024-12-02", "url": "https://ubuntu.com/security/notices/USN-7132-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10677 vom 2024-12-02", "url": "https://access.redhat.com/errata/RHSA-2024:10677" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10739 vom 2024-12-03", "url": "https://access.redhat.com/errata/RHSA-2024:10739" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10788 vom 2024-12-04", "url": "https://access.redhat.com/errata/RHSA-2024:10788" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10787 vom 2024-12-04", "url": "https://access.redhat.com/errata/RHSA-2024:10787" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10785 vom 2024-12-04", "url": "https://access.redhat.com/errata/RHSA-2024:10785" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10750 vom 2024-12-03", "url": "https://access.redhat.com/errata/RHSA-2024:10750" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10789 vom 2024-12-04", "url": "https://access.redhat.com/errata/RHSA-2024:10789" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10800 vom 2024-12-04", "url": "https://access.redhat.com/errata/RHSA-2024:10800" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10827 vom 2024-12-05", "url": "https://access.redhat.com/errata/RHSA-2024:10827" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10807 vom 2024-12-04", "url": "https://access.redhat.com/errata/RHSA-2024:10807" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4175-1 vom 2024-12-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/LS2XLEBNB7SJ2N2QEBUANUTS7ORDE6SO/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10831 vom 2024-12-05", "url": "https://access.redhat.com/errata/RHSA-2024:10831" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4174-1 vom 2024-12-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/L5U7GLD2GHOAYD54LYIGZYYVWQYGYFRX/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4176-1 vom 2024-12-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/DALTZPSAABBADG7HF56AU5UPFJAHAARO/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10832 vom 2024-12-05", "url": "https://access.redhat.com/errata/RHSA-2024:10832" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4173-1 vom 2024-12-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/5WIRX4CKTVOW2ASMEMI4CQRBL6C6VQJS/" }, { "category": "external", "summary": "RedHat Security Advisory", "url": "https://access.redhat.com/errata/RHSA-2024:10791" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10830 vom 2024-12-05", "url": "https://access.redhat.com/errata/RHSA-2024:10830" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10851 vom 2024-12-05", "url": "https://access.redhat.com/errata/RHSA-2024:10851" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-10788 vom 2024-12-05", "url": "https://oss.oracle.com/pipermail/el-errata/2024-December/016821.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10846 vom 2024-12-05", "url": "https://access.redhat.com/errata/RHSA-2024:10846" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-10832 vom 2024-12-06", "url": "https://linux.oracle.com/errata/ELSA-2024-10832.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-10785 vom 2024-12-06", "url": "https://linux.oracle.com/errata/ELSA-2024-10785.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-10787 vom 2024-12-07", "url": "https://linux.oracle.com/errata/ELSA-2024-10787.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202412-12 vom 2024-12-08", "url": "https://security.gentoo.org/glsa/202412-12" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-10830 vom 2024-12-06", "url": "https://linux.oracle.com/errata/ELSA-2024-10830.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10879 vom 2024-12-09", "url": "https://access.redhat.com/errata/RHSA-2024:10879" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10882 vom 2024-12-09", "url": "https://access.redhat.com/errata/RHSA-2024:10882" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-10791 vom 2024-12-11", "url": "https://linux.oracle.com/errata/ELSA-2024-10791.html" }, { "category": "external", "summary": "IBM Security Bulletin 7179045 vom 2024-12-16", "url": "https://www.ibm.com/support/pages/node/7179045" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:10830 vom 2024-12-19", "url": "https://errata.build.resf.org/RLSA-2024:10830" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:10785 vom 2024-12-19", "url": "https://errata.build.resf.org/RLSA-2024:10785" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:10831 vom 2024-12-19", "url": "https://errata.build.resf.org/RLSA-2024:10831" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:10788 vom 2024-12-19", "url": "https://errata.build.resf.org/RLSA-2024:10788" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:10832 vom 2024-12-19", "url": "https://errata.build.resf.org/RLSA-2024:10832" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:10787 vom 2024-12-19", "url": "https://errata.build.resf.org/RLSA-2024:10787" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPOSTGRESQL13-2024-008 vom 2024-12-19", "url": "https://alas.aws.amazon.com/AL2/ALASPOSTGRESQL13-2024-008.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPOSTGRESQL14-2024-015 vom 2024-12-19", "url": "https://alas.aws.amazon.com/AL2/ALASPOSTGRESQL14-2024-015.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPOSTGRESQL14-2024-014 vom 2024-12-19", "url": "https://alas.aws.amazon.com/AL2/ALASPOSTGRESQL14-2024-014.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-10882 vom 2024-12-24", "url": "https://linux.oracle.com/errata/ELSA-2024-10882.html" }, { "category": "external", "summary": "IBM Security Bulletin 7181893 vom 2025-01-29", "url": "https://www.ibm.com/support/pages/node/7181893" }, { "category": "external", "summary": "IBM Security Bulletin 7182335 vom 2025-02-03", "url": "https://www.ibm.com/support/pages/node/7182335" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-1741 vom 2025-02-21", "url": "https://linux.oracle.com/errata/ELSA-2025-1741.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2764 vom 2025-02-25", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2764.html" }, { "category": "external", "summary": "WS_FTP Server Service Pack vom 2024-03-05", "url": "https://community.progress.com/s/article/ka7Pb000000Wf3FIAS" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7358-1 vom 2025-03-19", "url": "https://ubuntu.com/security/notices/USN-7358-1" }, { "category": "external", "summary": "WS_FTP Server Service Pack vom 2024-04-04", "url": "https://community.progress.com/s/article/ka7Pb000000nxF3IAI" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20250509-0010 vom 2025-05-09", "url": "https://security.netapp.com/advisory/ntap-20250509-0010/" }, { "category": "external", "summary": "Hitachi Vulnerability Information HITACHI-SEC-2025-113 vom 2025-05-15", "url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2025-113/index.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01799-1 vom 2025-06-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021018.html" }, { "category": "external", "summary": "SEM 2025.2.1 release notes vom 2025-07-02", "url": "https://documentation.solarwinds.com/en/success_center/sem/content/release_notes/sem_2025-2-1_release_notes.htm" }, { "category": "external", "summary": "Brocade Security Advisory BSA-2025-3032 vom 2025-07-08", "url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35916" } ], "source_lang": "en-US", "title": "PostgreSQL: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-07-08T22:00:00.000+00:00", "generator": { "date": "2025-07-09T06:00:29.679+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2024-3475", "initial_release_date": "2024-11-14T23:00:00.000+00:00", "revision_history": [ { "date": "2024-11-14T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-11-17T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Debian und openSUSE aufgenommen" }, { "date": "2024-11-25T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-11-26T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-11-28T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-01T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE und Red Hat aufgenommen" }, { "date": "2024-12-02T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat und Ubuntu aufgenommen" }, { "date": "2024-12-03T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-12-04T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-12-05T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-12-08T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Oracle Linux und Gentoo aufgenommen" }, { "date": "2024-12-11T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-12-16T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-12-18T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-12-19T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-12-23T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-01-28T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-02-03T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-02-23T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-02-25T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-03-05T23:00:00.000+00:00", "number": "21", "summary": "Neue Updates aufgenommen" }, { "date": "2025-03-19T23:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-04-06T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates aufgenommen" }, { "date": "2025-05-11T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von NetApp aufgenommen" }, { "date": "2025-05-14T22:00:00.000+00:00", "number": "25", "summary": "Neue Updates von HITACHI aufgenommen" }, { "date": "2025-06-02T22:00:00.000+00:00", "number": "26", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-07-01T22:00:00.000+00:00", "number": "27", "summary": "Neue Updates aufgenommen" }, { "date": "2025-07-08T22:00:00.000+00:00", "number": "28", "summary": "Neue Updates von BROCADE aufgenommen" } ], "status": "final", "version": "28" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Broadcom Brocade SANnav", "product": { "name": "Broadcom Brocade SANnav", "product_id": "T034392", "product_identification_helper": { "cpe": "cpe:/a:broadcom:brocade_sannav:-" } } }, { "category": "product_version_range", "name": "\u003c2.4.0a", "product": { "name": "Broadcom Brocade SANnav \u003c2.4.0a", "product_id": "T045166" } }, { "category": "product_version", "name": "2.4.0a", "product": { "name": "Broadcom Brocade SANnav 2.4.0a", "product_id": "T045166-fixed", "product_identification_helper": { "cpe": "cpe:/a:broadcom:brocade_sannav:2.4.0a" } } } ], "category": "product_name", "name": "Brocade SANnav" } ], "category": "vendor", "name": "Broadcom" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c11.0.4-00", "product": { "name": "Hitachi Ops Center \u003c11.0.4-00", "product_id": "T043089" } }, { "category": "product_version", "name": "11.0.4-00", "product": { "name": "Hitachi Ops Center 11.0.4-00", "product_id": "T043089-fixed", "product_identification_helper": { "cpe": "cpe:/a:hitachi:ops_center:11.0.4-00" } } } ], "category": "product_name", "name": "Ops Center" } ], "category": "vendor", "name": "Hitachi" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.5.0 UP11", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP11", "product_id": "T040749" } }, { "category": "product_version", "name": "7.5.0 UP11", "product": { "name": "IBM QRadar SIEM 7.5.0 UP11", "product_id": "T040749-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up11" } } } ], "category": "product_name", "name": "QRadar SIEM" }, { "branches": [ { "category": "product_version_range", "name": "\u003c6.1.0.27", "product": { "name": "IBM Sterling Connect:Direct \u003c6.1.0.27", "product_id": "T040672" } }, { "category": "product_version", "name": "6.1.0.27", "product": { "name": "IBM Sterling Connect:Direct 6.1.0.27", "product_id": "T040672-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:sterling_connect%3adirect:6.1.0.27" } } } ], "category": "product_name", "name": "Sterling Connect:Direct" }, { "branches": [ { "category": "product_version_range", "name": "\u003c6.1.9.5", "product": { "name": "IBM Storage Scale \u003c6.1.9.5", "product_id": "T039851" } }, { "category": "product_version", "name": "6.1.9.5", "product": { "name": "IBM Storage Scale 6.1.9.5", "product_id": "T039851-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_scale:6.1.9.5" } } }, { "category": "product_version_range", "name": "\u003c6.2.2.0", "product": { "name": "IBM Storage Scale \u003c6.2.2.0", "product_id": "T039852" } }, { "category": "product_version", "name": "6.2.2.0", "product": { "name": "IBM Storage Scale 6.2.2.0", "product_id": "T039852-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_scale:6.2.2.0" } } } ], "category": "product_name", "name": "Storage Scale" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c17.1", "product": { "name": "Open Source PostgreSQL \u003c17.1", "product_id": "T039193" } }, { "category": "product_version", "name": "17.1", "product": { "name": "Open Source PostgreSQL 17.1", "product_id": "T039193-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:17.1" } } }, { "category": "product_version_range", "name": "\u003c16.5", "product": { "name": "Open Source PostgreSQL \u003c16.5", "product_id": "T039194" } }, { "category": "product_version", "name": "16.5", "product": { "name": "Open Source PostgreSQL 16.5", "product_id": "T039194-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:16.5" } } }, { "category": "product_version_range", "name": "\u003c15.9", "product": { "name": "Open Source PostgreSQL \u003c15.9", "product_id": "T039195" } }, { "category": "product_version", "name": "15.9", "product": { "name": "Open Source PostgreSQL 15.9", "product_id": "T039195-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:15.9" } } }, { "category": "product_version_range", "name": "\u003c14.14", "product": { "name": "Open Source PostgreSQL \u003c14.14", "product_id": "T039196" } }, { "category": "product_version", "name": "14.14", "product": { "name": "Open Source PostgreSQL 14.14", "product_id": "T039196-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:14.14" } } }, { "category": "product_version_range", "name": "\u003c13.17", "product": { "name": "Open Source PostgreSQL \u003c13.17", "product_id": "T039197" } }, { "category": "product_version", "name": "13.17", "product": { "name": "Open Source PostgreSQL 13.17", "product_id": "T039197-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:13.17" } } }, { "category": "product_version_range", "name": "\u003c12.21", "product": { "name": "Open Source PostgreSQL \u003c12.21", "product_id": "T039198" } }, { "category": "product_version", "name": "12.21", "product": { "name": "Open Source PostgreSQL 12.21", "product_id": "T039198-fixed", "product_identification_helper": { "cpe": "cpe:/a:postgresql:postgresql:12.21" } } } ], "category": "product_name", "name": "PostgreSQL" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c8.8.10", "product": { "name": "Progress Software WS_FTP \u003c8.8.10", "product_id": "T041598" } }, { "category": "product_version", "name": "8.8.10", "product": { "name": "Progress Software WS_FTP 8.8.10", "product_id": "T041598-fixed", "product_identification_helper": { "cpe": "cpe:/a:progress:ws_ftp:8.8.10" } } }, { "category": "product_version_range", "name": "\u003c9.0.1", "product": { "name": "Progress Software WS_FTP \u003c9.0.1", "product_id": "T041599" } }, { "category": "product_version", "name": "9.0.1", "product": { "name": "Progress Software WS_FTP 9.0.1", "product_id": "T041599-fixed", "product_identification_helper": { "cpe": "cpe:/a:progress:ws_ftp:9.0.1" } } }, { "category": "product_version_range", "name": "Server \u003c2022.0.10 (8.8.10)", "product": { "name": "Progress Software WS_FTP Server \u003c2022.0.10 (8.8.10)", "product_id": "T042400" } }, { "category": "product_version", "name": "Server 2022.0.10 (8.8.10)", "product": { "name": "Progress Software WS_FTP Server 2022.0.10 (8.8.10)", "product_id": "T042400-fixed", "product_identification_helper": { "cpe": "cpe:/a:progress:ws_ftp:server__2022.0.10_%288.8.10%29" } } }, { "category": "product_version_range", "name": "Server \u003cWS_FTP Server 9.0.1", "product": { "name": "Progress Software WS_FTP Server \u003cWS_FTP Server 9.0.1", "product_id": "T042401" } }, { "category": "product_version", "name": "Server WS_FTP Server 9.0.1", "product": { "name": "Progress Software WS_FTP Server WS_FTP Server 9.0.1", "product_id": "T042401-fixed", "product_identification_helper": { "cpe": "cpe:/a:progress:ws_ftp:server__ws_ftp_server_9.0.1" } } } ], "category": "product_name", "name": "WS_FTP" } ], "category": "vendor", "name": "Progress Software" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "T034267", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "product_name", "name": "Enterprise Linux" } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } }, { "category": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c2025.2.1", "product": { "name": "SolarWinds Security Event Manager \u003c2025.2.1", "product_id": "T044986" } }, { "category": "product_version", "name": "2025.2.1", "product": { "name": "SolarWinds Security Event Manager 2025.2.1", "product_id": "T044986-fixed", "product_identification_helper": { "cpe": "cpe:/a:solarwinds:security_event_manager:2025.2.1" } } } ], "category": "product_name", "name": "Security Event Manager" } ], "category": "vendor", "name": "SolarWinds" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-10976", "product_status": { "known_affected": [ "T040749", "67646", "T004914", "T034267", "T039852", "T039851", "T039197", "T039196", "T039198", "T039193", "T039195", "T039194", "398363", "T045166", "T040672", "T043089", "T012167", "T032255", "T042400", "T044986", "T042401", "2951", "T002207", "T034392", "T000126", "T027843", "T041599", "T041598" ] }, "release_date": "2024-11-14T23:00:00.000+00:00", "title": "CVE-2024-10976" }, { "cve": "CVE-2024-10977", "product_status": { "known_affected": [ "T040749", "67646", "T004914", "T034267", "T039852", "T039851", "T039197", "T039196", "T039198", "T039193", "T039195", "T039194", "398363", "T045166", "T040672", "T043089", "T012167", "T032255", "T042400", "T044986", "T042401", "2951", "T002207", "T034392", "T000126", "T027843", "T041599", "T041598" ] }, "release_date": "2024-11-14T23:00:00.000+00:00", "title": "CVE-2024-10977" }, { "cve": "CVE-2024-10978", "product_status": { "known_affected": [ "T040749", "67646", "T004914", "T034267", "T039852", "T039851", "T039197", "T039196", "T039198", "T039193", "T039195", "T039194", "398363", "T045166", "T040672", "T043089", "T012167", "T032255", "T042400", "T044986", "T042401", "2951", "T002207", "T034392", "T000126", "T027843", "T041599", "T041598" ] }, "release_date": "2024-11-14T23:00:00.000+00:00", "title": "CVE-2024-10978" }, { "cve": "CVE-2024-10979", "product_status": { "known_affected": [ "T040749", "67646", "T004914", "T034267", "T039852", "T039851", "T039197", "T039196", "T039198", "T039193", "T039195", "T039194", "398363", "T045166", "T040672", "T043089", "T012167", "T032255", "T042400", "T044986", "T042401", "2951", "T002207", "T034392", "T000126", "T027843", "T041599", "T041598" ] }, "release_date": "2024-11-14T23:00:00.000+00:00", "title": "CVE-2024-10979" } ] }
ghsa-9cv8-8vgq-fg45
Vulnerability from github
Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application's pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.
{ "affected": [], "aliases": [ "CVE-2024-10976" ], "database_specific": { "cwe_ids": [ "CWE-1250" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-11-14T13:15:03Z", "severity": "MODERATE" }, "details": "Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invoker view, or SQL-language function references a table with a row-level security policy. This has the same consequences as the two earlier CVEs. That is to say, it leads to potentially incorrect policies being applied in cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy. An attacker must tailor an attack to a particular application\u0027s pattern of query plan reuse, user ID changes, and role-specific row security policies. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.", "id": "GHSA-9cv8-8vgq-fg45", "modified": "2025-05-09T21:31:08Z", "published": "2024-11-14T15:32:15Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10976" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20250509-0010" }, { "type": "WEB", "url": "https://www.postgresql.org/support/security/CVE-2024-10976" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "type": "CVSS_V3" } ] }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.